@bitwarden/sdk-internal 0.2.0-main.79 → 0.2.0-main.80
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.d.ts +0 -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.d.ts +0 -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
@@ -400,7 +400,7 @@ module.exports.import_ssh_key = function (imported_key, password) {
|
|
400
400
|
};
|
401
401
|
|
402
402
|
function __wbg_adapter_40(arg0, arg1, arg2) {
|
403
|
-
wasm.
|
403
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7af7927fe391910e(
|
404
404
|
arg0,
|
405
405
|
arg1,
|
406
406
|
addHeapObject(arg2),
|
@@ -408,7 +408,7 @@ function __wbg_adapter_40(arg0, arg1, arg2) {
|
|
408
408
|
}
|
409
409
|
|
410
410
|
function __wbg_adapter_139(arg0, arg1, arg2, arg3) {
|
411
|
-
wasm.
|
411
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h69e15f428907d894(
|
412
412
|
arg0,
|
413
413
|
arg1,
|
414
414
|
addHeapObject(arg2),
|
@@ -1352,8 +1352,8 @@ module.exports.__wbindgen_cb_drop = function (arg0) {
|
|
1352
1352
|
return ret;
|
1353
1353
|
};
|
1354
1354
|
|
1355
|
-
module.exports.
|
1356
|
-
const ret = makeMutClosure(arg0, arg1,
|
1355
|
+
module.exports.__wbindgen_closure_wrapper2087 = function (arg0, arg1, arg2) {
|
1356
|
+
const ret = makeMutClosure(arg0, arg1, 563, __wbg_adapter_40);
|
1357
1357
|
return addHeapObject(ret);
|
1358
1358
|
};
|
1359
1359
|
|
Binary file
|
@@ -43,12 +43,12 @@ export const __wbindgen_exn_store: (a: number) => void;
|
|
43
43
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
44
44
|
export const __wbindgen_export_4: WebAssembly.Table;
|
45
45
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
46
|
-
export const
|
46
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7af7927fe391910e: (
|
47
47
|
a: number,
|
48
48
|
b: number,
|
49
49
|
c: number,
|
50
50
|
) => void;
|
51
|
-
export const
|
51
|
+
export const wasm_bindgen__convert__closures__invoke2_mut__h69e15f428907d894: (
|
52
52
|
a: number,
|
53
53
|
b: number,
|
54
54
|
c: number,
|