@dreamlake/dreamdb 0.5.0 → 0.5.1

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.
@@ -879,6 +879,10 @@ export function __wbg_call_dfde26266607c996() { return handleError(function (arg
879
879
  const ret = arg0.call(arg1, arg2);
880
880
  return ret;
881
881
  }, arguments); }
882
+ export function __wbg_call_faa0a261f288f846() { return handleError(function (arg0, arg1, arg2, arg3) {
883
+ const ret = arg0.call(arg1, arg2, arg3);
884
+ return ret;
885
+ }, arguments); }
882
886
  export function __wbg_done_54b8da57023b7ed2(arg0) {
883
887
  const ret = arg0.done;
884
888
  return ret;
Binary file
package/node/dreamdb.cjs CHANGED
@@ -1154,6 +1154,10 @@ function __wbg_get_imports() {
1154
1154
  const ret = arg0.call(arg1, arg2);
1155
1155
  return ret;
1156
1156
  }, arguments); },
1157
+ __wbg_call_faa0a261f288f846: function() { return handleError(function (arg0, arg1, arg2, arg3) {
1158
+ const ret = arg0.call(arg1, arg2, arg3);
1159
+ return ret;
1160
+ }, arguments); },
1157
1161
  __wbg_done_54b8da57023b7ed2: function(arg0) {
1158
1162
  const ret = arg0.done;
1159
1163
  return ret;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamlake/dreamdb",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "DreamDB SDK — isomorphic (browser + Node) read and write, compiled from the Rust core",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "type": "module",
package/web/dreamdb.js CHANGED
@@ -884,6 +884,10 @@ function __wbg_get_imports() {
884
884
  const ret = arg0.call(arg1, arg2);
885
885
  return ret;
886
886
  }, arguments); },
887
+ __wbg_call_faa0a261f288f846: function() { return handleError(function (arg0, arg1, arg2, arg3) {
888
+ const ret = arg0.call(arg1, arg2, arg3);
889
+ return ret;
890
+ }, arguments); },
887
891
  __wbg_done_54b8da57023b7ed2: function(arg0) {
888
892
  const ret = arg0.done;
889
893
  return ret;
Binary file