@dnax/core 0.69.20 → 0.69.21

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.
@@ -1724,7 +1724,7 @@ class useRest {
1724
1724
  collection: collection,
1725
1725
  tenant_id: this.#tenant_id,
1726
1726
  }),
1727
- updatedAt: new Date(),
1727
+ //updatedAt: new Date(),
1728
1728
  createdAt: new Date(),
1729
1729
  },
1730
1730
  $currentDate: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.69.20",
3
+ "version": "0.69.21",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {},