@functionland/fula-client 0.2.6 → 0.2.7

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
@@ -330,12 +330,12 @@ export interface InitOutput {
330
330
  readonly wasm_start_callback: () => void;
331
331
  readonly workerpool_new: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
332
332
  readonly workerpool_new_raw: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
333
- readonly __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
334
- readonly __wasm_bindgen_func_elem_1078: (a: number, b: number) => void;
335
333
  readonly __wasm_bindgen_func_elem_1811: (a: number, b: number, c: number) => void;
336
334
  readonly __wasm_bindgen_func_elem_1810: (a: number, b: number) => void;
337
335
  readonly __wasm_bindgen_func_elem_1738: (a: number, b: number) => void;
338
336
  readonly __wasm_bindgen_func_elem_1737: (a: number, b: number) => void;
337
+ readonly __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
338
+ readonly __wasm_bindgen_func_elem_1078: (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
@@ -246,10 +246,6 @@ if (!('encodeInto' in cachedTextEncoder)) {
246
246
 
247
247
  let WASM_VECTOR_LEN = 0;
248
248
 
249
- function __wasm_bindgen_func_elem_1079(arg0, arg1, arg2) {
250
- wasm.__wasm_bindgen_func_elem_1079(arg0, arg1, addHeapObject(arg2));
251
- }
252
-
253
249
  function __wasm_bindgen_func_elem_1811(arg0, arg1, arg2) {
254
250
  wasm.__wasm_bindgen_func_elem_1811(arg0, arg1, addHeapObject(arg2));
255
251
  }
@@ -258,6 +254,10 @@ function __wasm_bindgen_func_elem_1738(arg0, arg1) {
258
254
  wasm.__wasm_bindgen_func_elem_1738(arg0, arg1);
259
255
  }
260
256
 
257
+ function __wasm_bindgen_func_elem_1079(arg0, arg1, arg2) {
258
+ wasm.__wasm_bindgen_func_elem_1079(arg0, arg1, addHeapObject(arg2));
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
@@ -103,12 +103,12 @@ export const receive_transfer_closure: (a: number, b: number, c: number, d: numb
103
103
  export const wasm_start_callback: () => void;
104
104
  export const workerpool_new: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
105
105
  export const workerpool_new_raw: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
106
- export const __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
107
- export const __wasm_bindgen_func_elem_1078: (a: number, b: number) => void;
108
106
  export const __wasm_bindgen_func_elem_1811: (a: number, b: number, c: number) => void;
109
107
  export const __wasm_bindgen_func_elem_1810: (a: number, b: number) => void;
110
108
  export const __wasm_bindgen_func_elem_1738: (a: number, b: number) => void;
111
109
  export const __wasm_bindgen_func_elem_1737: (a: number, b: number) => void;
110
+ export const __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
111
+ export const __wasm_bindgen_func_elem_1078: (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.6",
3
+ "version": "0.2.7",
4
4
  "description": "Fula encrypted storage SDK for JavaScript/WASM",
5
5
  "main": "fula_flutter.js",
6
6
  "types": "fula_flutter.d.ts",