@wireapp/core-crypto 4.2.1 → 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 +1 -1
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;
|