@bitwarden/sdk-internal 0.2.0-main.52 → 0.2.0-main.54
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 +2 -2
- 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 +2 -2
- 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
@@ -387,7 +387,7 @@ module.exports.import_ssh_key = function (imported_key, password) {
|
|
387
387
|
};
|
388
388
|
|
389
389
|
function __wbg_adapter_38(arg0, arg1, arg2) {
|
390
|
-
wasm.
|
390
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdcc75ee314b5bb45(
|
391
391
|
arg0,
|
392
392
|
arg1,
|
393
393
|
addHeapObject(arg2),
|
@@ -395,7 +395,7 @@ function __wbg_adapter_38(arg0, arg1, arg2) {
|
|
395
395
|
}
|
396
396
|
|
397
397
|
function __wbg_adapter_130(arg0, arg1, arg2, arg3) {
|
398
|
-
wasm.
|
398
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h6357202bff9a0201(
|
399
399
|
arg0,
|
400
400
|
arg1,
|
401
401
|
addHeapObject(arg2),
|
Binary file
|
@@ -32,12 +32,12 @@ export const __wbindgen_exn_store: (a: number) => void;
|
|
32
32
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
33
33
|
export const __wbindgen_export_4: WebAssembly.Table;
|
34
34
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
35
|
-
export const
|
35
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdcc75ee314b5bb45: (
|
36
36
|
a: number,
|
37
37
|
b: number,
|
38
38
|
c: number,
|
39
39
|
) => void;
|
40
|
-
export const
|
40
|
+
export const wasm_bindgen__convert__closures__invoke2_mut__h6357202bff9a0201: (
|
41
41
|
a: number,
|
42
42
|
b: number,
|
43
43
|
c: number,
|