@omegup/msync 0.0.51 → 0.0.52

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