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