@bitwarden/sdk-internal 0.2.0-main.110 → 0.2.0-main.111
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
|
@@ -390,11 +390,11 @@ module.exports.isTestError = function (error) {
|
|
|
390
390
|
};
|
|
391
391
|
|
|
392
392
|
function __wbg_adapter_42(arg0, arg1, arg2) {
|
|
393
|
-
wasm.
|
|
393
|
+
wasm.closure545_externref_shim(arg0, arg1, arg2);
|
|
394
394
|
}
|
|
395
395
|
|
|
396
396
|
function __wbg_adapter_152(arg0, arg1, arg2, arg3) {
|
|
397
|
-
wasm.
|
|
397
|
+
wasm.closure403_externref_shim(arg0, arg1, arg2, arg3);
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
/**
|
|
@@ -1412,8 +1412,8 @@ module.exports.__wbindgen_cb_drop = function (arg0) {
|
|
|
1412
1412
|
return ret;
|
|
1413
1413
|
};
|
|
1414
1414
|
|
|
1415
|
-
module.exports.
|
|
1416
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1415
|
+
module.exports.__wbindgen_closure_wrapper2146 = function (arg0, arg1, arg2) {
|
|
1416
|
+
const ret = makeMutClosure(arg0, arg1, 546, __wbg_adapter_42);
|
|
1417
1417
|
return ret;
|
|
1418
1418
|
};
|
|
1419
1419
|
|
|
Binary file
|
|
@@ -90,6 +90,6 @@ export const __wbindgen_export_4: WebAssembly.Table;
|
|
|
90
90
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
91
91
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
92
92
|
export const __externref_table_dealloc: (a: number) => void;
|
|
93
|
-
export const
|
|
94
|
-
export const
|
|
93
|
+
export const closure545_externref_shim: (a: number, b: number, c: any) => void;
|
|
94
|
+
export const closure403_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
95
95
|
export const __wbindgen_start: () => void;
|