@wireapp/core-crypto 7.0.1 → 7.0.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/package.json +1 -1
- package/src/core-crypto-ffi_bg.wasm +0 -0
- package/src/corecrypto.js +3 -3
package/package.json
CHANGED
Binary file
|
package/src/corecrypto.js
CHANGED
@@ -2603,7 +2603,7 @@ function __wbg_get_imports() {
|
|
2603
2603
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
2604
2604
|
}, arguments);
|
2605
2605
|
};
|
2606
|
-
imports.wbg.
|
2606
|
+
imports.wbg.__wbg_execute_e5908b12cc404225 = function() {
|
2607
2607
|
return handleError(function(arg0, arg1) {
|
2608
2608
|
const ret = arg0.execute(CoreCryptoContext.__wrap(arg1));
|
2609
2609
|
return ret;
|
@@ -3205,11 +3205,11 @@ function __wbg_get_imports() {
|
|
3205
3205
|
const ret = false;
|
3206
3206
|
return ret;
|
3207
3207
|
};
|
3208
|
-
imports.wbg.
|
3208
|
+
imports.wbg.__wbindgen_closure_wrapper14695 = function(arg0, arg1, arg2) {
|
3209
3209
|
const ret = makeMutClosure(arg0, arg1, 2665, __wbg_adapter_63);
|
3210
3210
|
return ret;
|
3211
3211
|
};
|
3212
|
-
imports.wbg.
|
3212
|
+
imports.wbg.__wbindgen_closure_wrapper15853 = function(arg0, arg1, arg2) {
|
3213
3213
|
const ret = makeMutClosure(arg0, arg1, 2865, __wbg_adapter_66);
|
3214
3214
|
return ret;
|
3215
3215
|
};
|