@ibearua/bitmask-core-dev 1.0.0-beta.10 → 1.0.0-beta.11
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 +4 -4
- package/bitmask_core_bg.wasm +0 -0
- package/package.json +2 -2
package/bitmask_core.js
CHANGED
|
@@ -2256,19 +2256,19 @@ function __wbg_get_imports() {
|
|
|
2256
2256
|
const ret = false;
|
|
2257
2257
|
return ret;
|
|
2258
2258
|
};
|
|
2259
|
-
imports.wbg.
|
|
2259
|
+
imports.wbg.__wbindgen_closure_wrapper11536 = function(arg0, arg1, arg2) {
|
|
2260
2260
|
const ret = makeMutClosure(arg0, arg1, 2666, __wbg_adapter_60);
|
|
2261
2261
|
return ret;
|
|
2262
2262
|
};
|
|
2263
|
-
imports.wbg.
|
|
2263
|
+
imports.wbg.__wbindgen_closure_wrapper15965 = function(arg0, arg1, arg2) {
|
|
2264
2264
|
const ret = makeMutClosure(arg0, arg1, 3826, __wbg_adapter_63);
|
|
2265
2265
|
return ret;
|
|
2266
2266
|
};
|
|
2267
|
-
imports.wbg.
|
|
2267
|
+
imports.wbg.__wbindgen_closure_wrapper7702 = function(arg0, arg1, arg2) {
|
|
2268
2268
|
const ret = makeMutClosure(arg0, arg1, 1856, __wbg_adapter_54);
|
|
2269
2269
|
return ret;
|
|
2270
2270
|
};
|
|
2271
|
-
imports.wbg.
|
|
2271
|
+
imports.wbg.__wbindgen_closure_wrapper8151 = function(arg0, arg1, arg2) {
|
|
2272
2272
|
const ret = makeMutClosure(arg0, arg1, 1998, __wbg_adapter_57);
|
|
2273
2273
|
return ret;
|
|
2274
2274
|
};
|
package/bitmask_core_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"Trevor O'Farrell <trevor@diba.io>",
|
|
10
10
|
"Stanley Arua <stanarua@aol.com>"
|
|
11
11
|
],
|
|
12
|
-
"description": "Core functionality for the BitMask wallet
|
|
13
|
-
"version": "1.0.0-beta.
|
|
12
|
+
"description": "Core functionality for the BitMask wallet",
|
|
13
|
+
"version": "1.0.0-beta.11",
|
|
14
14
|
"license": "MIT/Apache-2.0",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|