saito-wasm 0.0.12 → 0.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saito-wasm",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "js wrappings around saito-core using wasm",
5
5
  "scripts": {
6
6
  "test": "./node_modules/.bin/jest",
package/pkg/node/index.js CHANGED
@@ -1872,7 +1872,7 @@ module.exports.__wbindgen_memory = function() {
1872
1872
  return addHeapObject(ret);
1873
1873
  };
1874
1874
 
1875
- module.exports.__wbindgen_closure_wrapper898 = function(arg0, arg1, arg2) {
1875
+ module.exports.__wbindgen_closure_wrapper897 = function(arg0, arg1, arg2) {
1876
1876
  const ret = makeMutClosure(arg0, arg1, 288, __wbg_adapter_40);
1877
1877
  return addHeapObject(ret);
1878
1878
  };
Binary file
@@ -9,7 +9,7 @@
9
9
  "main": "index.js",
10
10
  "types": "index.d.ts",
11
11
  "dependencies": {
12
- "cross-env": "^7.0.3",
13
- "node-fetch": "^3.3.0"
12
+ "node-fetch": "^3.3.0",
13
+ "cross-env": "^7.0.3"
14
14
  }
15
15
  }
package/pkg/web/index.js CHANGED
@@ -1821,7 +1821,7 @@ function __wbg_get_imports() {
1821
1821
  const ret = wasm.memory;
1822
1822
  return addHeapObject(ret);
1823
1823
  };
1824
- imports.wbg.__wbindgen_closure_wrapper898 = function(arg0, arg1, arg2) {
1824
+ imports.wbg.__wbindgen_closure_wrapper897 = function(arg0, arg1, arg2) {
1825
1825
  const ret = makeMutClosure(arg0, arg1, 288, __wbg_adapter_40);
1826
1826
  return addHeapObject(ret);
1827
1827
  };
Binary file