@bitwarden/sdk-internal 0.2.0-main.105 → 0.2.0-main.106
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/VERSION +1 -1
- package/bitwarden_wasm_internal_bg.js +4 -4
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +2 -2
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +4 -4
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +2 -2
- package/package.json +1 -1
|
@@ -365,11 +365,11 @@ module.exports.isTestError = function (error) {
|
|
|
365
365
|
};
|
|
366
366
|
|
|
367
367
|
function __wbg_adapter_42(arg0, arg1, arg2) {
|
|
368
|
-
wasm.
|
|
368
|
+
wasm.closure544_externref_shim(arg0, arg1, arg2);
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
function __wbg_adapter_145(arg0, arg1, arg2, arg3) {
|
|
372
|
-
wasm.
|
|
372
|
+
wasm.closure402_externref_shim(arg0, arg1, arg2, arg3);
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
/**
|
|
@@ -1256,8 +1256,8 @@ module.exports.__wbindgen_cb_drop = function (arg0) {
|
|
|
1256
1256
|
return ret;
|
|
1257
1257
|
};
|
|
1258
1258
|
|
|
1259
|
-
module.exports.
|
|
1260
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1259
|
+
module.exports.__wbindgen_closure_wrapper2125 = function (arg0, arg1, arg2) {
|
|
1260
|
+
const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_42);
|
|
1261
1261
|
return ret;
|
|
1262
1262
|
};
|
|
1263
1263
|
|
|
Binary file
|
|
@@ -57,6 +57,6 @@ export const __wbindgen_export_4: WebAssembly.Table;
|
|
|
57
57
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
58
58
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
59
59
|
export const __externref_table_dealloc: (a: number) => void;
|
|
60
|
-
export const
|
|
61
|
-
export const
|
|
60
|
+
export const closure544_externref_shim: (a: number, b: number, c: any) => void;
|
|
61
|
+
export const closure402_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
62
62
|
export const __wbindgen_start: () => void;
|