@bitwarden/sdk-internal 0.2.0-main.26 → 0.2.0-main.28
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/bitwarden_wasm_internal_bg.js +11 -11
- 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 +11 -11
- 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
@@ -225,7 +225,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
225
225
|
return real;
|
226
226
|
}
|
227
227
|
function __wbg_adapter_38(arg0, arg1, arg2) {
|
228
|
-
wasm.
|
228
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc6535a5361f5caf9(
|
229
229
|
arg0,
|
230
230
|
arg1,
|
231
231
|
addHeapObject(arg2),
|
@@ -319,7 +319,7 @@ function handleError(f, args) {
|
|
319
319
|
}
|
320
320
|
}
|
321
321
|
function __wbg_adapter_125(arg0, arg1, arg2, arg3) {
|
322
|
-
wasm.
|
322
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h611846871c2b3245(
|
323
323
|
arg0,
|
324
324
|
arg1,
|
325
325
|
addHeapObject(arg2),
|
@@ -705,6 +705,13 @@ module.exports.__wbg_get_5419cf6b954aa11d = function (arg0, arg1) {
|
|
705
705
|
return addHeapObject(ret);
|
706
706
|
};
|
707
707
|
|
708
|
+
module.exports.__wbg_call_3bfa248576352471 = function () {
|
709
|
+
return handleError(function (arg0, arg1, arg2) {
|
710
|
+
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
711
|
+
return addHeapObject(ret);
|
712
|
+
}, arguments);
|
713
|
+
};
|
714
|
+
|
708
715
|
module.exports.__wbindgen_object_clone_ref = function (arg0) {
|
709
716
|
const ret = getObject(arg0);
|
710
717
|
return addHeapObject(ret);
|
@@ -727,13 +734,6 @@ module.exports.__wbg_value_2ab8a198c834c26a = function (arg0) {
|
|
727
734
|
return addHeapObject(ret);
|
728
735
|
};
|
729
736
|
|
730
|
-
module.exports.__wbg_call_3bfa248576352471 = function () {
|
731
|
-
return handleError(function (arg0, arg1, arg2) {
|
732
|
-
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
733
|
-
return addHeapObject(ret);
|
734
|
-
}, arguments);
|
735
|
-
};
|
736
|
-
|
737
737
|
module.exports.__wbg_new_e69b5f66fda8f13c = function () {
|
738
738
|
const ret = new Object();
|
739
739
|
return addHeapObject(ret);
|
@@ -1128,7 +1128,7 @@ module.exports.__wbg_append_8135c71037096394 = function () {
|
|
1128
1128
|
}, arguments);
|
1129
1129
|
};
|
1130
1130
|
|
1131
|
-
module.exports.
|
1131
|
+
module.exports.__wbg_fetch_9b133f5ec268a7b8 = function (arg0) {
|
1132
1132
|
const ret = fetch(getObject(arg0));
|
1133
1133
|
return addHeapObject(ret);
|
1134
1134
|
};
|
@@ -1214,7 +1214,7 @@ module.exports.__wbg_warn_2e2787d40aad9a81 = function (arg0, arg1, arg2, arg3) {
|
|
1214
1214
|
console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
1215
1215
|
};
|
1216
1216
|
|
1217
|
-
module.exports.
|
1217
|
+
module.exports.__wbindgen_closure_wrapper1827 = function (arg0, arg1, arg2) {
|
1218
1218
|
const ret = makeMutClosure(arg0, arg1, 491, __wbg_adapter_38);
|
1219
1219
|
return addHeapObject(ret);
|
1220
1220
|
};
|
Binary file
|
@@ -24,7 +24,7 @@ export function clientvault_folders(a: number): number;
|
|
24
24
|
export function __wbindgen_malloc(a: number, b: number): number;
|
25
25
|
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
26
26
|
export const __wbindgen_export_2: WebAssembly.Table;
|
27
|
-
export function
|
27
|
+
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc6535a5361f5caf9(
|
28
28
|
a: number,
|
29
29
|
b: number,
|
30
30
|
c: number,
|
@@ -32,7 +32,7 @@ export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen
|
|
32
32
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|
33
33
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
34
34
|
export function __wbindgen_exn_store(a: number): void;
|
35
|
-
export function
|
35
|
+
export function wasm_bindgen__convert__closures__invoke2_mut__h611846871c2b3245(
|
36
36
|
a: number,
|
37
37
|
b: number,
|
38
38
|
c: number,
|