wao 0.15.1 → 0.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/armem-base.js CHANGED
@@ -211,17 +211,14 @@ var ArMemBase = exports["default"] = /*#__PURE__*/function () {
211
211
  this.modmap = {};
212
212
  this.msgs = {};
213
213
  this.wasms = {
214
+ "JArYBF-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g": {
215
+ file: "aos2_0_3"
216
+ },
214
217
  "Do_Uc2Sju_ffp6Ev0AnLVdPtot15rvMjP-a9VVaA5fM": {
215
218
  file: "aos2_0_1"
216
219
  },
217
- cNlipBptaF9JeFAf4wUmpi43EojNanIBos3EfNrEOWo: {
218
- file: "aos1"
219
- },
220
220
  ghSkge2sIUD_F00ym5sEimC63BDBuBrq4b5OcwxOjiw: {
221
221
  file: "sqlite"
222
- },
223
- "JArYBF-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g": {
224
- file: "aos_2_0_3"
225
222
  }
226
223
  };
227
224
  for (var k in this.wasms) {
package/esm/armem-base.js CHANGED
@@ -100,10 +100,9 @@ export default class ArMemBase {
100
100
  this.msgs = {}
101
101
 
102
102
  this.wasms = {
103
+ "JArYBF-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g": { file: "aos2_0_3" },
103
104
  "Do_Uc2Sju_ffp6Ev0AnLVdPtot15rvMjP-a9VVaA5fM": { file: "aos2_0_1" },
104
- cNlipBptaF9JeFAf4wUmpi43EojNanIBos3EfNrEOWo: { file: "aos1" },
105
105
  ghSkge2sIUD_F00ym5sEimC63BDBuBrq4b5OcwxOjiw: { file: "sqlite" },
106
- "JArYBF-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g": { file: "aos_2_0_3" },
107
106
  }
108
107
  for (const k in this.wasms) {
109
108
  this.wasms[k].format ??= "wasm64-unknown-emscripten-draft_2024_02_15"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "bin": {
5
5
  "wao": "./cjs/cli.js",
6
6
  "wao-esm": "./esm/cli.js"