@bitwarden/sdk-internal 0.2.0-main.168 → 0.2.0-main.169
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 +4 -4
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +1 -1
- package/bitwarden_wasm_internal_bg.wasm.js +1 -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 +1 -1
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0bcfba1fc19eae81ab06f2a66336927795573324
|
|
@@ -3563,13 +3563,13 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
3563
3563
|
return ret;
|
|
3564
3564
|
}
|
|
3565
3565
|
|
|
3566
|
-
export function
|
|
3567
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3566
|
+
export function __wbindgen_closure_wrapper3078(arg0, arg1, arg2) {
|
|
3567
|
+
const ret = makeMutClosure(arg0, arg1, 705, __wbg_adapter_50);
|
|
3568
3568
|
return addHeapObject(ret);
|
|
3569
3569
|
}
|
|
3570
3570
|
|
|
3571
|
-
export function
|
|
3572
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3571
|
+
export function __wbindgen_closure_wrapper3473(arg0, arg1, arg2) {
|
|
3572
|
+
const ret = makeMutClosure(arg0, arg1, 827, __wbg_adapter_53);
|
|
3573
3573
|
return addHeapObject(ret);
|
|
3574
3574
|
}
|
|
3575
3575
|
|
|
Binary file
|
|
@@ -284,10 +284,10 @@ export const purecrypto_wrap_encapsulation_key: (
|
|
|
284
284
|
e: number,
|
|
285
285
|
) => void;
|
|
286
286
|
export const __wbg_vaultclient_free: (a: number, b: number) => void;
|
|
287
|
+
export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
287
288
|
export const __wbg_foldersclient_free: (a: number, b: number) => void;
|
|
288
289
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
289
290
|
export const __wbg_ciphersclient_free: (a: number, b: number) => void;
|
|
290
|
-
export const __wbg_totpclient_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;
|
|
293
293
|
export const __wbindgen_exn_store: (a: number) => void;
|