@dnax/core 0.77.3 → 0.77.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.
@@ -218,7 +218,7 @@ function toBson<T>(
218
218
 
219
219
  // updateOne
220
220
  if (options?.action == "updateOne") {
221
- data.updateAt = new Date();
221
+ data.updatedAt = new Date();
222
222
  }
223
223
 
224
224
  // updateMany
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.77.3",
3
+ "version": "0.77.4",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {},