@resolveio/server-lib 4.3.6 → 4.3.7

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.
@@ -626,7 +626,7 @@ var SubscriptionManager = /** @class */ (function () {
626
626
  return [4 /*yield*/, (_c = that._publications[sub.publication]).preFunction.apply(_c, sub.subscriptionData)];
627
627
  case 1:
628
628
  _a.preSubscriptionData = _e.sent();
629
- _e.label = 2;
629
+ return [2 /*return*/, "continue"];
630
630
  case 2:
631
631
  if (!that._publications[sub.publication].preFunction) return [3 /*break*/, 4];
632
632
  _b = sub;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "4.3.6",
3
+ "version": "4.3.7",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {