@wireapp/core-crypto 6.0.0 → 6.0.1
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
CHANGED
Binary file
|
@@ -273,7 +273,7 @@ export const __wbindgen_export_6: WebAssembly.Table;
|
|
273
273
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
274
274
|
export const __externref_table_dealloc: (a: number) => void;
|
275
275
|
export const closure874_externref_shim: (a: number, b: number, c: any) => void;
|
276
|
-
export const
|
276
|
+
export const closure2569_externref_shim: (a: number, b: number, c: any) => void;
|
277
277
|
export const closure2769_externref_shim: (a: number, b: number, c: any) => void;
|
278
278
|
export const closure2870_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
279
279
|
export const __wbindgen_start: () => void;
|
package/src/corecrypto.js
CHANGED
@@ -335,7 +335,7 @@ function __wbg_adapter_60(arg0, arg1, arg2) {
|
|
335
335
|
wasm.closure874_externref_shim(arg0, arg1, arg2);
|
336
336
|
}
|
337
337
|
function __wbg_adapter_63(arg0, arg1, arg2) {
|
338
|
-
wasm.
|
338
|
+
wasm.closure2569_externref_shim(arg0, arg1, arg2);
|
339
339
|
}
|
340
340
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
341
341
|
wasm.closure2769_externref_shim(arg0, arg1, arg2);
|
@@ -2676,7 +2676,7 @@ function __wbg_get_imports() {
|
|
2676
2676
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
2677
2677
|
}, arguments);
|
2678
2678
|
};
|
2679
|
-
imports.wbg.
|
2679
|
+
imports.wbg.__wbg_execute_20b310ab25324b17 = function() {
|
2680
2680
|
return handleError(function(arg0, arg1) {
|
2681
2681
|
const ret = arg0.execute(CoreCryptoContext.__wrap(arg1));
|
2682
2682
|
return ret;
|
@@ -3282,8 +3282,8 @@ function __wbg_get_imports() {
|
|
3282
3282
|
const ret = false;
|
3283
3283
|
return ret;
|
3284
3284
|
};
|
3285
|
-
imports.wbg.
|
3286
|
-
const ret = makeMutClosure(arg0, arg1,
|
3285
|
+
imports.wbg.__wbindgen_closure_wrapper14006 = function(arg0, arg1, arg2) {
|
3286
|
+
const ret = makeMutClosure(arg0, arg1, 2570, __wbg_adapter_63);
|
3287
3287
|
return ret;
|
3288
3288
|
};
|
3289
3289
|
imports.wbg.__wbindgen_closure_wrapper15172 = function(arg0, arg1, arg2) {
|