@dnax/core 0.77.1 → 0.77.2

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.
@@ -2091,6 +2091,7 @@ class useRest {
2091
2091
  let operationInstance = operation.updateMany || operation.updateOne;
2092
2092
 
2093
2093
  if (operationInstance?.update) {
2094
+ operationInstance.filter = formatData(operationInstance.filter);
2094
2095
  if (operationInstance?.update?.$set) {
2095
2096
  operationInstance.update.$set = deepSetId(
2096
2097
  col,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.77.1",
3
+ "version": "0.77.2",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {},