@omegup/msync 0.0.92 → 0.0.93

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
@@ -1545,6 +1545,7 @@ const makeWatchStream = (db, { collection, projection: p, hardMatch: m }, startA
1545
1545
  });
1546
1546
  pipeline.push({
1547
1547
  $match: {
1548
+ clusterTime: { $gte: startAt },
1548
1549
  $or: [
1549
1550
  {
1550
1551
  $expr: {
package/index.js CHANGED
@@ -1547,6 +1547,7 @@ const makeWatchStream = (db, { collection, projection: p, hardMatch: m }, startA
1547
1547
  });
1548
1548
  pipeline.push({
1549
1549
  $match: {
1550
+ clusterTime: { $gte: startAt },
1550
1551
  $or: [
1551
1552
  {
1552
1553
  $expr: {
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.92",
6
+ "version": "0.0.93",
7
7
  "dependencies": {
8
8
  "dayjs": "^1.11.9",
9
9
  "dotenv": "^16.3.1",