gluesql 0.18.0 → 0.19.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.
@@ -141,11 +141,11 @@ function makeMutClosure(arg0, arg1, dtor, f) {
141
141
  return real;
142
142
  }
143
143
  function __wbg_adapter_24(arg0, arg1, arg2) {
144
- wasm.closure181_externref_shim(arg0, arg1, arg2);
144
+ wasm.closure187_externref_shim(arg0, arg1, arg2);
145
145
  }
146
146
 
147
147
  function __wbg_adapter_65(arg0, arg1, arg2, arg3) {
148
- wasm.closure2620_externref_shim(arg0, arg1, arg2, arg3);
148
+ wasm.closure2634_externref_shim(arg0, arg1, arg2, arg3);
149
149
  }
150
150
 
151
151
  const GlueFinalization = (typeof FinalizationRegistry === 'undefined')
@@ -204,7 +204,7 @@ module.exports.__wbg_crypto_ed58b8e10a292839 = function(arg0) {
204
204
  return ret;
205
205
  };
206
206
 
207
- module.exports.__wbg_debug_0e931834af337445 = function(arg0, arg1) {
207
+ module.exports.__wbg_debug_b763da12a37f3bdf = function(arg0, arg1) {
208
208
  console.debug(getStringFromWasm0(arg0, arg1));
209
209
  };
210
210
 
@@ -378,8 +378,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
378
378
  return ret;
379
379
  };
380
380
 
381
- module.exports.__wbindgen_closure_wrapper1009 = function(arg0, arg1, arg2) {
382
- const ret = makeMutClosure(arg0, arg1, 180, __wbg_adapter_24);
381
+ module.exports.__wbindgen_closure_wrapper1065 = function(arg0, arg1, arg2) {
382
+ const ret = makeMutClosure(arg0, arg1, 186, __wbg_adapter_24);
383
383
  return ret;
384
384
  };
385
385
 
Binary file
@@ -151,19 +151,19 @@ function takeFromExternrefTable0(idx) {
151
151
  return value;
152
152
  }
153
153
  function __wbg_adapter_28(arg0, arg1, arg2) {
154
- wasm.closure578_externref_shim(arg0, arg1, arg2);
154
+ wasm.closure577_externref_shim(arg0, arg1, arg2);
155
155
  }
156
156
 
157
157
  function __wbg_adapter_31(arg0, arg1, arg2) {
158
- wasm.closure612_externref_shim(arg0, arg1, arg2);
158
+ wasm.closure609_externref_shim(arg0, arg1, arg2);
159
159
  }
160
160
 
161
161
  function __wbg_adapter_34(arg0, arg1, arg2) {
162
- wasm.closure663_externref_shim(arg0, arg1, arg2);
162
+ wasm.closure660_externref_shim(arg0, arg1, arg2);
163
163
  }
164
164
 
165
165
  function __wbg_adapter_201(arg0, arg1, arg2, arg3) {
166
- wasm.closure3110_externref_shim(arg0, arg1, arg2, arg3);
166
+ wasm.closure3116_externref_shim(arg0, arg1, arg2, arg3);
167
167
  }
168
168
 
169
169
  const __wbindgen_enum_IdbCursorDirection = ["next", "nextunique", "prev", "prevunique"];
@@ -301,7 +301,7 @@ function __wbg_get_imports() {
301
301
  const ret = arg0.crypto;
302
302
  return ret;
303
303
  };
304
- imports.wbg.__wbg_debug_0e931834af337445 = function(arg0, arg1) {
304
+ imports.wbg.__wbg_debug_b763da12a37f3bdf = function(arg0, arg1) {
305
305
  console.debug(getStringFromWasm0(arg0, arg1));
306
306
  };
307
307
  imports.wbg.__wbg_deleteObjectStore_7b427b19378475fd = function() { return handleError(function (arg0, arg1, arg2) {
@@ -721,16 +721,16 @@ function __wbg_get_imports() {
721
721
  const ret = false;
722
722
  return ret;
723
723
  };
724
- imports.wbg.__wbindgen_closure_wrapper2495 = function(arg0, arg1, arg2) {
725
- const ret = makeMutClosure(arg0, arg1, 577, __wbg_adapter_28);
724
+ imports.wbg.__wbindgen_closure_wrapper2579 = function(arg0, arg1, arg2) {
725
+ const ret = makeMutClosure(arg0, arg1, 576, __wbg_adapter_28);
726
726
  return ret;
727
727
  };
728
- imports.wbg.__wbindgen_closure_wrapper2750 = function(arg0, arg1, arg2) {
729
- const ret = makeMutClosure(arg0, arg1, 630, __wbg_adapter_31);
728
+ imports.wbg.__wbindgen_closure_wrapper2827 = function(arg0, arg1, arg2) {
729
+ const ret = makeMutClosure(arg0, arg1, 627, __wbg_adapter_31);
730
730
  return ret;
731
731
  };
732
- imports.wbg.__wbindgen_closure_wrapper2876 = function(arg0, arg1, arg2) {
733
- const ret = makeMutClosure(arg0, arg1, 662, __wbg_adapter_34);
732
+ imports.wbg.__wbindgen_closure_wrapper2953 = function(arg0, arg1, arg2) {
733
+ const ret = makeMutClosure(arg0, arg1, 659, __wbg_adapter_34);
734
734
  return ret;
735
735
  };
736
736
  imports.wbg.__wbindgen_init_externref_table = function() {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gluesql",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "description": "GlueSQL is quite sticky, it attaches to anywhere",
5
5
  "browser": "gluesql.js",
6
6
  "main": "gluesql.node.js",