@wireapp/core-crypto 4.2.2 → 4.2.3
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 +2 -2
package/package.json
CHANGED
Binary file
|
package/src/corecrypto.js
CHANGED
@@ -2103,7 +2103,7 @@ function __wbg_get_imports() {
|
|
2103
2103
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
2104
2104
|
}, arguments);
|
2105
2105
|
};
|
2106
|
-
imports.wbg.
|
2106
|
+
imports.wbg.__wbg_execute_d40121546ec0b66d = function() {
|
2107
2107
|
return handleError(function(arg0, arg1) {
|
2108
2108
|
const ret = arg0.execute(CoreCryptoContext.__wrap(arg1));
|
2109
2109
|
return ret;
|
@@ -2675,7 +2675,7 @@ function __wbg_get_imports() {
|
|
2675
2675
|
const ret = false;
|
2676
2676
|
return ret;
|
2677
2677
|
};
|
2678
|
-
imports.wbg.
|
2678
|
+
imports.wbg.__wbindgen_closure_wrapper13790 = function(arg0, arg1, arg2) {
|
2679
2679
|
const ret = makeMutClosure(arg0, arg1, 2568, __wbg_adapter_63);
|
2680
2680
|
return ret;
|
2681
2681
|
};
|