@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
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3afa4f885a0e66a0816a3a1600a57915aaba3262
|
@@ -406,7 +406,7 @@ export function import_ssh_key(imported_key, password) {
|
|
406
406
|
}
|
407
407
|
|
408
408
|
function __wbg_adapter_40(arg0, arg1, arg2) {
|
409
|
-
wasm.
|
409
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7af7927fe391910e(
|
410
410
|
arg0,
|
411
411
|
arg1,
|
412
412
|
addHeapObject(arg2),
|
@@ -414,7 +414,7 @@ function __wbg_adapter_40(arg0, arg1, arg2) {
|
|
414
414
|
}
|
415
415
|
|
416
416
|
function __wbg_adapter_139(arg0, arg1, arg2, arg3) {
|
417
|
-
wasm.
|
417
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h69e15f428907d894(
|
418
418
|
arg0,
|
419
419
|
arg1,
|
420
420
|
addHeapObject(arg2),
|
@@ -1353,8 +1353,8 @@ export function __wbindgen_cb_drop(arg0) {
|
|
1353
1353
|
return ret;
|
1354
1354
|
}
|
1355
1355
|
|
1356
|
-
export function
|
1357
|
-
const ret = makeMutClosure(arg0, arg1,
|
1356
|
+
export function __wbindgen_closure_wrapper2087(arg0, arg1, arg2) {
|
1357
|
+
const ret = makeMutClosure(arg0, arg1, 563, __wbg_adapter_40);
|
1358
1358
|
return addHeapObject(ret);
|
1359
1359
|
}
|
1360
1360
|
|
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,
|