@omegup/msync 0.0.50 → 0.0.51

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
@@ -1444,6 +1444,7 @@ const makeWatchStream = (db, { collection, projection: p, hardMatch: m }, startA
1444
1444
  });
1445
1445
  pipeline.push({
1446
1446
  $replaceWith: {
1447
+ _id: 1,
1447
1448
  ts: {
1448
1449
  $cond: {
1449
1450
  if: {
package/index.js CHANGED
@@ -1446,6 +1446,7 @@ const makeWatchStream = (db, { collection, projection: p, hardMatch: m }, startA
1446
1446
  });
1447
1447
  pipeline.push({
1448
1448
  $replaceWith: {
1449
+ _id: 1,
1449
1450
  ts: {
1450
1451
  $cond: {
1451
1452
  if: {
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.50",
6
+ "version": "0.0.51",
7
7
  "dependencies": {
8
8
  "dayjs": "^1.11.9",
9
9
  "dotenv": "^16.3.1",