@resolveio/server-lib 5.1.10 → 5.1.11

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.
@@ -715,7 +715,7 @@ var SubscriptionManager = /** @class */ (function () {
715
715
  return [3 /*break*/, 5];
716
716
  case 10:
717
717
  uniquePubs.forEach(function (pub) {
718
- _this.checkPubsForChanges(pub['oplog'].collection, pub['oplog'].doc, pub['oplog'].type, pub.publication);
718
+ _this.checkPubsForChanges(pub['oplog'].collection, pub['oplog'].doc, pub['oplog'].type, pub);
719
719
  });
720
720
  _a.label = 11;
721
721
  case 11: return [2 /*return*/];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "5.1.10",
3
+ "version": "5.1.11",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {