@omegup/msync 0.0.91 → 0.0.92
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 +0 -5
- package/index.js +0 -5
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -1558,11 +1558,6 @@ const makeWatchStream = (db, { collection, projection: p, hardMatch: m }, startA
|
|
|
1558
1558
|
],
|
|
1559
1559
|
},
|
|
1560
1560
|
});
|
|
1561
|
-
pipeline.push({
|
|
1562
|
-
$project: {
|
|
1563
|
-
_id: 1,
|
|
1564
|
-
},
|
|
1565
|
-
});
|
|
1566
1561
|
const stream = db.collection(collection.collectionName).watch(pipeline, {
|
|
1567
1562
|
fullDocument: 'required',
|
|
1568
1563
|
fullDocumentBeforeChange: 'required',
|
package/index.js
CHANGED
|
@@ -1560,11 +1560,6 @@ const makeWatchStream = (db, { collection, projection: p, hardMatch: m }, startA
|
|
|
1560
1560
|
],
|
|
1561
1561
|
},
|
|
1562
1562
|
});
|
|
1563
|
-
pipeline.push({
|
|
1564
|
-
$project: {
|
|
1565
|
-
_id: 1,
|
|
1566
|
-
},
|
|
1567
|
-
});
|
|
1568
1563
|
const stream = db.collection(collection.collectionName).watch(pipeline, {
|
|
1569
1564
|
fullDocument: 'required',
|
|
1570
1565
|
fullDocumentBeforeChange: 'required',
|