@dreamlake/dreamdb 0.4.0 → 0.5.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.
Binary file
package/node/dreamdb.cjs CHANGED
@@ -1410,7 +1410,7 @@ function __wbg_get_imports() {
1410
1410
  return ret;
1411
1411
  },
1412
1412
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
1413
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 579, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1413
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 580, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1414
1414
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen_f7c54996eb9137d9___convert__closures_____invoke___wasm_bindgen_f7c54996eb9137d9___JsValue__core_7d5f0a2ba6a62c33___result__Result_____wasm_bindgen_f7c54996eb9137d9___JsError___true_);
1415
1415
  return ret;
1416
1416
  },
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamlake/dreamdb",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
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",
Binary file