isar_plus 1.1.4 → 1.1.5

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.
Files changed (3) hide show
  1. package/isar.js +4 -4
  2. package/isar.wasm +0 -0
  3. package/package.json +1 -1
package/isar.js CHANGED
@@ -234,10 +234,6 @@ window.wasm_bindgen = undefined;
234
234
  dropObject(idx);
235
235
  return ret;
236
236
  }
237
- function __wasm_bindgen_func_elem_617(arg0, arg1) {
238
- wasm.__wasm_bindgen_func_elem_617(arg0, arg1);
239
- }
240
-
241
237
  function __wasm_bindgen_func_elem_608(arg0, arg1, arg2) {
242
238
  wasm.__wasm_bindgen_func_elem_608(arg0, arg1, addHeapObject(arg2));
243
239
  }
@@ -256,6 +252,10 @@ window.wasm_bindgen = undefined;
256
252
  }
257
253
  }
258
254
 
255
+ function __wasm_bindgen_func_elem_617(arg0, arg1) {
256
+ wasm.__wasm_bindgen_func_elem_617(arg0, arg1);
257
+ }
258
+
259
259
  const __wbindgen_enum_IdbRequestReadyState = ["pending", "done"];
260
260
 
261
261
  const __wbindgen_enum_IdbTransactionMode = ["readonly", "readwrite", "versionchange", "readwriteflush", "cleanup"];
package/isar.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isar_plus",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "files": [
5
5
  "isar.wasm",
6
6
  "isar.js"