@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
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a0b0d73555118165ad8b3ed34afda207f62222d7
|
|
@@ -396,11 +396,11 @@ export function isTestError(error) {
|
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
function __wbg_adapter_42(arg0, arg1, arg2) {
|
|
399
|
-
wasm.
|
|
399
|
+
wasm.closure545_externref_shim(arg0, arg1, arg2);
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
function __wbg_adapter_152(arg0, arg1, arg2, arg3) {
|
|
403
|
-
wasm.
|
|
403
|
+
wasm.closure403_externref_shim(arg0, arg1, arg2, arg3);
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
/**
|
|
@@ -1412,8 +1412,8 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
1412
1412
|
return ret;
|
|
1413
1413
|
}
|
|
1414
1414
|
|
|
1415
|
-
export function
|
|
1416
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1415
|
+
export function __wbindgen_closure_wrapper2146(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;
|