@resolveio/server-lib 4.2.8-debug → 4.2.8

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.
@@ -516,7 +516,7 @@ var SubscriptionManager = /** @class */ (function () {
516
516
  uniquePubs_1 = [];
517
517
  uniqueOplog_1 = [];
518
518
  needIds_1 = {};
519
- console.log('----------------OPLOG QUEUE START BEFORE DATA--------------------', new Date(), oplogQueue_1.length);
519
+ // console.log('----------------OPLOG QUEUE START BEFORE DATA--------------------', new Date(), oplogQueue.length);
520
520
  oplogQueue_1.forEach(function (oplog) {
521
521
  for (var i = 0; i < that._subscriptions.length; i++) {
522
522
  var sub = that._subscriptions[i];
@@ -541,7 +541,6 @@ var SubscriptionManager = /** @class */ (function () {
541
541
  }
542
542
  }
543
543
  });
544
- console.log('Need IDs:', needIds_1);
545
544
  _loop_3 = function (i) {
546
545
  var collection, docs;
547
546
  return __generator(this, function (_a) {
@@ -570,11 +569,10 @@ var SubscriptionManager = /** @class */ (function () {
570
569
  i++;
571
570
  return [3 /*break*/, 1];
572
571
  case 4:
573
- console.log('----------------OPLOG QUEUE START AFTER DATA--------------------', new Date(), oplogQueue_1.length);
572
+ // console.log('----------------OPLOG QUEUE START AFTER DATA--------------------', new Date(), oplogQueue.length);
574
573
  oplogQueue_1.forEach(function (oplog) { return __awaiter(_this, void 0, void 0, function () {
575
574
  var _loop_4, i;
576
575
  return __generator(this, function (_a) {
577
- console.log('OPLOG QUEUE START - Oplog', oplog);
578
576
  _loop_4 = function (i) {
579
577
  var _a;
580
578
  var sub = that._subscriptions[i];
@@ -615,15 +613,16 @@ var SubscriptionManager = /** @class */ (function () {
615
613
  }
616
614
  }
617
615
  };
616
+ // console.log('OPLOG QUEUE START - Oplog', oplog);
618
617
  for (i = 0; i < that._subscriptions.length; i++) {
619
618
  _loop_4(i);
620
619
  }
621
620
  return [2 /*return*/];
622
621
  });
623
622
  }); });
624
- console.log('----------------OPLOG QUEUE END--------------------', new Date(), uniqueOplog_1.length);
623
+ // console.log('----------------OPLOG QUEUE END--------------------', new Date(), uniqueOplog.length);
625
624
  uniqueOplog_1.forEach(function (oplog) {
626
- console.log('OPLOG QUEUE END - Oplog', oplog);
625
+ // console.log('OPLOG QUEUE END - Oplog', oplog);
627
626
  _this.checkPubsForChanges(oplog.collection, oplog.doc, oplog.type);
628
627
  });
629
628
  _a.label = 5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "4.2.8-debug",
3
+ "version": "4.2.8",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {