wao 0.15.3 → 0.15.4

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-web.js CHANGED
@@ -33,7 +33,6 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
33
33
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
34
34
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
35
35
  var wasm = {
36
- aos1: aos1,
37
36
  sqlite: _sqlite["default"],
38
37
  aos2_0_3: _aos2_0_["default"],
39
38
  aos2_0_1: _aos2_0_2["default"]
package/esm/armem-web.js CHANGED
@@ -4,7 +4,7 @@ import aos2_0_1 from "./lua/aos2_0_1.js"
4
4
  import Base from "./armem-base.js"
5
5
  import db from "./lfdb.js"
6
6
  import init, { Waosm } from "./waosm/waosm.js"
7
- const wasm = { aos1, sqlite, aos2_0_3, aos2_0_1 }
7
+ const wasm = { sqlite, aos2_0_3, aos2_0_1 }
8
8
  export default class ArMem extends Base {
9
9
  constructor(args = {}) {
10
10
  super({ ...args, init, Waosm })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.15.3",
3
+ "version": "0.15.4",
4
4
  "bin": {
5
5
  "wao": "./cjs/cli.js",
6
6
  "wao-esm": "./esm/cli.js"