@bitwarden/sdk-internal 0.2.0-main.21 → 0.2.0-main.23

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.
@@ -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._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha9b57bf10de48c08(
228
+ wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6bfa1aa5cb44e9c6(
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.wasm_bindgen__convert__closures__invoke2_mut__hb7b08fa8b393e2e9(
322
+ wasm.wasm_bindgen__convert__closures__invoke2_mut__h7117afb49db7a7fd(
323
323
  arg0,
324
324
  arg1,
325
325
  addHeapObject(arg2),
@@ -710,13 +710,6 @@ module.exports.__wbindgen_object_clone_ref = function (arg0) {
710
710
  return addHeapObject(ret);
711
711
  };
712
712
 
713
- module.exports.__wbg_call_3bfa248576352471 = function () {
714
- return handleError(function (arg0, arg1, arg2) {
715
- const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
716
- return addHeapObject(ret);
717
- }, arguments);
718
- };
719
-
720
713
  module.exports.__wbg_next_b06e115d1b01e10b = function () {
721
714
  return handleError(function (arg0) {
722
715
  const ret = getObject(arg0).next();
@@ -734,6 +727,13 @@ module.exports.__wbg_value_2ab8a198c834c26a = function (arg0) {
734
727
  return addHeapObject(ret);
735
728
  };
736
729
 
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);
@@ -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 _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha9b57bf10de48c08(
27
+ export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6bfa1aa5cb44e9c6(
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 wasm_bindgen__convert__closures__invoke2_mut__hb7b08fa8b393e2e9(
35
+ export function wasm_bindgen__convert__closures__invoke2_mut__h7117afb49db7a7fd(
36
36
  a: number,
37
37
  b: number,
38
38
  c: number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitwarden/sdk-internal",
3
- "version": "0.2.0-main.21",
3
+ "version": "0.2.0-main.23",
4
4
  "license": "GPL-3.0",
5
5
  "files": [
6
6
  "bitwarden_wasm_internal_bg.js",