gluesql 0.16.3 → 0.17.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.
@@ -200,7 +200,7 @@ module.exports.__wbg_crypto_ed58b8e10a292839 = function(arg0) {
200
200
  return ret;
201
201
  };
202
202
 
203
- module.exports.__wbg_debug_92859dac05840d3a = function(arg0, arg1) {
203
+ module.exports.__wbg_debug_5f95be511f696493 = function(arg0, arg1) {
204
204
  console.debug(getStringFromWasm0(arg0, arg1));
205
205
  };
206
206
 
Binary file
@@ -285,7 +285,7 @@ function __wbg_get_imports() {
285
285
  const ret = arg0.crypto;
286
286
  return ret;
287
287
  };
288
- imports.wbg.__wbg_debug_92859dac05840d3a = function(arg0, arg1) {
288
+ imports.wbg.__wbg_debug_5f95be511f696493 = function(arg0, arg1) {
289
289
  console.debug(getStringFromWasm0(arg0, arg1));
290
290
  };
291
291
  imports.wbg.__wbg_deleteObjectStore_3f08ae00cd288224 = function() { return handleError(function (arg0, arg1, arg2) {
@@ -709,11 +709,11 @@ function __wbg_get_imports() {
709
709
  const ret = makeMutClosure(arg0, arg1, 569, __wbg_adapter_28);
710
710
  return ret;
711
711
  };
712
- imports.wbg.__wbindgen_closure_wrapper2612 = function(arg0, arg1, arg2) {
712
+ imports.wbg.__wbindgen_closure_wrapper2611 = function(arg0, arg1, arg2) {
713
713
  const ret = makeMutClosure(arg0, arg1, 610, __wbg_adapter_31);
714
714
  return ret;
715
715
  };
716
- imports.wbg.__wbindgen_closure_wrapper2815 = function(arg0, arg1, arg2) {
716
+ imports.wbg.__wbindgen_closure_wrapper2812 = function(arg0, arg1, arg2) {
717
717
  const ret = makeMutClosure(arg0, arg1, 659, __wbg_adapter_34);
718
718
  return ret;
719
719
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gluesql",
3
- "version": "0.16.3",
3
+ "version": "0.17.0",
4
4
  "description": "GlueSQL is quite sticky, it attaches to anywhere",
5
5
  "browser": "gluesql.js",
6
6
  "main": "gluesql.node.js",