@bitwarden/sdk-internal 0.2.0-main.66 → 0.2.0-main.68
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
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
304b001201510a3984dba361d407789936b4742f
|
@@ -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__h97362448a2d04fec(
|
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__hbb7df91ae2d72126(
|
405
405
|
arg0,
|
406
406
|
arg1,
|
407
407
|
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__h97362448a2d04fec: (
|
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__hbb7df91ae2d72126: (
|
41
41
|
a: number,
|
42
42
|
b: number,
|
43
43
|
c: number,
|