@bitwarden/sdk-internal 0.2.0-main.64 → 0.2.0-main.66
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 +3 -3
- 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 +3 -3
- 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
|
+
bbdf45fe5cd22de485a1c84ec8be0d8efa260d26
|
@@ -393,7 +393,7 @@ export function import_ssh_key(imported_key, password) {
|
|
393
393
|
}
|
394
394
|
|
395
395
|
function __wbg_adapter_38(arg0, arg1, arg2) {
|
396
|
-
wasm.
|
396
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2d81bd8056b58738(
|
397
397
|
arg0,
|
398
398
|
arg1,
|
399
399
|
addHeapObject(arg2),
|
@@ -401,7 +401,7 @@ function __wbg_adapter_38(arg0, arg1, arg2) {
|
|
401
401
|
}
|
402
402
|
|
403
403
|
function __wbg_adapter_130(arg0, arg1, arg2, arg3) {
|
404
|
-
wasm.
|
404
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h799b29572e8661bc(
|
405
405
|
arg0,
|
406
406
|
arg1,
|
407
407
|
addHeapObject(arg2),
|
@@ -818,7 +818,7 @@ export function __wbg_fetch_229368eecee9d217(arg0, arg1) {
|
|
818
818
|
return addHeapObject(ret);
|
819
819
|
}
|
820
820
|
|
821
|
-
export function
|
821
|
+
export function __wbg_fetch_4465c2b10f21a927(arg0) {
|
822
822
|
const ret = fetch(getObject(arg0));
|
823
823
|
return addHeapObject(ret);
|
824
824
|
}
|
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__h2d81bd8056b58738: (
|
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__h799b29572e8661bc: (
|
41
41
|
a: number,
|
42
42
|
b: number,
|
43
43
|
c: number,
|