@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
|
@@ -3574,13 +3574,13 @@ module.exports.__wbindgen_cb_drop = function (arg0) {
|
|
|
3574
3574
|
return ret;
|
|
3575
3575
|
};
|
|
3576
3576
|
|
|
3577
|
-
module.exports.
|
|
3578
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3577
|
+
module.exports.__wbindgen_closure_wrapper3078 = function (arg0, arg1, arg2) {
|
|
3578
|
+
const ret = makeMutClosure(arg0, arg1, 705, __wbg_adapter_50);
|
|
3579
3579
|
return addHeapObject(ret);
|
|
3580
3580
|
};
|
|
3581
3581
|
|
|
3582
|
-
module.exports.
|
|
3583
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3582
|
+
module.exports.__wbindgen_closure_wrapper3473 = function (arg0, arg1, arg2) {
|
|
3583
|
+
const ret = makeMutClosure(arg0, arg1, 827, __wbg_adapter_53);
|
|
3584
3584
|
return addHeapObject(ret);
|
|
3585
3585
|
};
|
|
3586
3586
|
|
|
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;
|