@functionland/fula-client 0.2.7 → 0.2.9

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/fula_flutter.d.ts CHANGED
@@ -332,10 +332,10 @@ export interface InitOutput {
332
332
  readonly workerpool_new_raw: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
333
333
  readonly __wasm_bindgen_func_elem_1811: (a: number, b: number, c: number) => void;
334
334
  readonly __wasm_bindgen_func_elem_1810: (a: number, b: number) => void;
335
- readonly __wasm_bindgen_func_elem_1738: (a: number, b: number) => void;
336
- readonly __wasm_bindgen_func_elem_1737: (a: number, b: number) => void;
337
335
  readonly __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
338
336
  readonly __wasm_bindgen_func_elem_1078: (a: number, b: number) => void;
337
+ readonly __wasm_bindgen_func_elem_1738: (a: number, b: number) => void;
338
+ readonly __wasm_bindgen_func_elem_1737: (a: number, b: number) => void;
339
339
  readonly __wbindgen_export: (a: number, b: number) => number;
340
340
  readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
341
341
  readonly __wbindgen_export3: (a: number) => void;
package/fula_flutter.js CHANGED
@@ -250,14 +250,14 @@ function __wasm_bindgen_func_elem_1811(arg0, arg1, arg2) {
250
250
  wasm.__wasm_bindgen_func_elem_1811(arg0, arg1, addHeapObject(arg2));
251
251
  }
252
252
 
253
- function __wasm_bindgen_func_elem_1738(arg0, arg1) {
254
- wasm.__wasm_bindgen_func_elem_1738(arg0, arg1);
255
- }
256
-
257
253
  function __wasm_bindgen_func_elem_1079(arg0, arg1, arg2) {
258
254
  wasm.__wasm_bindgen_func_elem_1079(arg0, arg1, addHeapObject(arg2));
259
255
  }
260
256
 
257
+ function __wasm_bindgen_func_elem_1738(arg0, arg1) {
258
+ wasm.__wasm_bindgen_func_elem_1738(arg0, arg1);
259
+ }
260
+
261
261
  const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
262
262
 
263
263
  const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
Binary file
@@ -105,10 +105,10 @@ export const workerpool_new: (a: number, b: number, c: number, d: number, e: num
105
105
  export const workerpool_new_raw: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
106
106
  export const __wasm_bindgen_func_elem_1811: (a: number, b: number, c: number) => void;
107
107
  export const __wasm_bindgen_func_elem_1810: (a: number, b: number) => void;
108
- export const __wasm_bindgen_func_elem_1738: (a: number, b: number) => void;
109
- export const __wasm_bindgen_func_elem_1737: (a: number, b: number) => void;
110
108
  export const __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
111
109
  export const __wasm_bindgen_func_elem_1078: (a: number, b: number) => void;
110
+ export const __wasm_bindgen_func_elem_1738: (a: number, b: number) => void;
111
+ export const __wasm_bindgen_func_elem_1737: (a: number, b: number) => void;
112
112
  export const __wbindgen_export: (a: number, b: number) => number;
113
113
  export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
114
114
  export const __wbindgen_export3: (a: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionland/fula-client",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "Fula encrypted storage SDK for JavaScript/WASM",
5
5
  "main": "fula_flutter.js",
6
6
  "types": "fula_flutter.d.ts",