isar_plus 1.1.9 → 1.2.0

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
@@ -228,6 +228,10 @@ window.wasm_bindgen = undefined;
228
228
 
229
229
  let WASM_VECTOR_LEN = 0;
230
230
 
231
+ function __wasm_bindgen_func_elem_595(arg0, arg1) {
232
+ wasm.__wasm_bindgen_func_elem_595(arg0, arg1);
233
+ }
234
+
231
235
  function __wasm_bindgen_func_elem_593(arg0, arg1, arg2) {
232
236
  wasm.__wasm_bindgen_func_elem_593(arg0, arg1, addHeapObject(arg2));
233
237
  }
@@ -246,10 +250,6 @@ window.wasm_bindgen = undefined;
246
250
  }
247
251
  }
248
252
 
249
- function __wasm_bindgen_func_elem_595(arg0, arg1) {
250
- wasm.__wasm_bindgen_func_elem_595(arg0, arg1);
251
- }
252
-
253
253
  const __wbindgen_enum_IdbRequestReadyState = ["pending", "done"];
254
254
 
255
255
  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.9",
3
+ "version": "1.2.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ahmtydn/isar_plus"