bitmask-core 0.7.0-rc.21 → 0.7.0-rc.22

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/bitmask_core.js CHANGED
@@ -1418,14 +1418,14 @@ function __wbg_get_imports() {
1418
1418
  const ret = getStringFromWasm0(arg0, arg1);
1419
1419
  return addHeapObject(ret);
1420
1420
  };
1421
- imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
1422
- const ret = getObject(arg0);
1423
- return addHeapObject(ret);
1424
- };
1425
1421
  imports.wbg.__wbindgen_number_new = function(arg0) {
1426
1422
  const ret = arg0;
1427
1423
  return addHeapObject(ret);
1428
1424
  };
1425
+ imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
1426
+ const ret = getObject(arg0);
1427
+ return addHeapObject(ret);
1428
+ };
1429
1429
  imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
1430
1430
  const obj = getObject(arg1);
1431
1431
  const ret = typeof(obj) === 'string' ? obj : undefined;
@@ -1969,7 +1969,7 @@ function __wbg_get_imports() {
1969
1969
  const ret = wasm.memory;
1970
1970
  return addHeapObject(ret);
1971
1971
  };
1972
- imports.wbg.__wbindgen_closure_wrapper16775 = function(arg0, arg1, arg2) {
1972
+ imports.wbg.__wbindgen_closure_wrapper16774 = function(arg0, arg1, arg2) {
1973
1973
  const ret = makeMutClosure(arg0, arg1, 4064, __wbg_adapter_50);
1974
1974
  return addHeapObject(ret);
1975
1975
  };
Binary file
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "Armando Dutra <armando@diba.io>"
8
8
  ],
9
9
  "description": "Core functionality for the BitMask wallet",
10
- "version": "0.7.0-rc.21",
10
+ "version": "0.7.0-rc.22",
11
11
  "license": "MIT",
12
12
  "repository": {
13
13
  "type": "git",