@omegup/msync 0.0.53 → 0.0.54

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.
package/index.esm.js CHANGED
@@ -1454,8 +1454,8 @@ const makeWatchStream = (db, { collection, projection: p, hardMatch: m }, startA
1454
1454
  { $and: changeKeys.map(k => ({ $eq: [k, null] })) },
1455
1455
  ],
1456
1456
  },
1457
- then: '$clusterTime',
1458
- else: null,
1457
+ then: null,
1458
+ else: '$clusterTime',
1459
1459
  },
1460
1460
  },
1461
1461
  },
package/index.js CHANGED
@@ -1456,8 +1456,8 @@ const makeWatchStream = (db, { collection, projection: p, hardMatch: m }, startA
1456
1456
  { $and: changeKeys.map(k => ({ $eq: [k, null] })) },
1457
1457
  ],
1458
1458
  },
1459
- then: '$clusterTime',
1460
- else: null,
1459
+ then: null,
1460
+ else: '$clusterTime',
1461
1461
  },
1462
1462
  },
1463
1463
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "module": "index.esm.js",
4
4
  "typings": "index.d.ts",
5
5
  "name": "@omegup/msync",
6
- "version": "0.0.53",
6
+ "version": "0.0.54",
7
7
  "dependencies": {
8
8
  "dayjs": "^1.11.9",
9
9
  "dotenv": "^16.3.1",