@bitwarden/sdk-internal 0.2.0-main.169 → 0.2.0-main.170
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 +5 -5
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +5 -5
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +5 -5
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +5 -5
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
58bf7d494cd40bb40492da23e582b78aa34bc358
|
|
@@ -599,14 +599,14 @@ export function isTestError(error) {
|
|
|
599
599
|
}
|
|
600
600
|
|
|
601
601
|
function __wbg_adapter_50(arg0, arg1) {
|
|
602
|
-
wasm.
|
|
602
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha35b9bda8efb3006(
|
|
603
603
|
arg0,
|
|
604
604
|
arg1,
|
|
605
605
|
);
|
|
606
606
|
}
|
|
607
607
|
|
|
608
608
|
function __wbg_adapter_53(arg0, arg1, arg2) {
|
|
609
|
-
wasm.
|
|
609
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9af0b195ec309e58(
|
|
610
610
|
arg0,
|
|
611
611
|
arg1,
|
|
612
612
|
addHeapObject(arg2),
|
|
@@ -614,7 +614,7 @@ function __wbg_adapter_53(arg0, arg1, arg2) {
|
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
function __wbg_adapter_253(arg0, arg1, arg2, arg3) {
|
|
617
|
-
wasm.
|
|
617
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h08b1d375eb2ae73e(
|
|
618
618
|
arg0,
|
|
619
619
|
arg1,
|
|
620
620
|
addHeapObject(arg2),
|
|
@@ -3563,12 +3563,12 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
3563
3563
|
return ret;
|
|
3564
3564
|
}
|
|
3565
3565
|
|
|
3566
|
-
export function
|
|
3566
|
+
export function __wbindgen_closure_wrapper3081(arg0, arg1, arg2) {
|
|
3567
3567
|
const ret = makeMutClosure(arg0, arg1, 705, __wbg_adapter_50);
|
|
3568
3568
|
return addHeapObject(ret);
|
|
3569
3569
|
}
|
|
3570
3570
|
|
|
3571
|
-
export function
|
|
3571
|
+
export function __wbindgen_closure_wrapper3476(arg0, arg1, arg2) {
|
|
3572
3572
|
const ret = makeMutClosure(arg0, arg1, 827, __wbg_adapter_53);
|
|
3573
3573
|
return addHeapObject(ret);
|
|
3574
3574
|
}
|
|
Binary file
|
|
@@ -283,10 +283,10 @@ export const purecrypto_wrap_encapsulation_key: (
|
|
|
283
283
|
d: number,
|
|
284
284
|
e: number,
|
|
285
285
|
) => void;
|
|
286
|
-
export const __wbg_vaultclient_free: (a: number, b: number) => void;
|
|
287
286
|
export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
288
|
-
export const __wbg_foldersclient_free: (a: number, b: number) => void;
|
|
289
287
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
288
|
+
export const __wbg_foldersclient_free: (a: number, b: number) => void;
|
|
289
|
+
export const __wbg_vaultclient_free: (a: number, b: number) => void;
|
|
290
290
|
export const __wbg_ciphersclient_free: (a: number, b: number) => void;
|
|
291
291
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
292
292
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
@@ -294,16 +294,16 @@ export const __wbindgen_exn_store: (a: number) => void;
|
|
|
294
294
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
295
295
|
export const __wbindgen_export_4: WebAssembly.Table;
|
|
296
296
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
297
|
-
export const
|
|
297
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha35b9bda8efb3006: (
|
|
298
298
|
a: number,
|
|
299
299
|
b: number,
|
|
300
300
|
) => void;
|
|
301
|
-
export const
|
|
301
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9af0b195ec309e58: (
|
|
302
302
|
a: number,
|
|
303
303
|
b: number,
|
|
304
304
|
c: number,
|
|
305
305
|
) => void;
|
|
306
|
-
export const
|
|
306
|
+
export const wasm_bindgen__convert__closures__invoke2_mut__h08b1d375eb2ae73e: (
|
|
307
307
|
a: number,
|
|
308
308
|
b: number,
|
|
309
309
|
c: number,
|