@dnax/core 0.30.3 → 0.30.4

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.
@@ -656,7 +656,7 @@ class useRest {
656
656
  action: "find",
657
657
  meta: meta,
658
658
  count: result?.docs?.length || 0,
659
- params: params,
659
+ params: toJson(params),
660
660
  session: sessionStorage(),
661
661
  result: result.docs,
662
662
  rest: new useRest({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.30.3",
3
+ "version": "0.30.4",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {