@resolveio/server-lib 5.1.11 → 5.2.0

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.
@@ -819,7 +819,7 @@ var SubscriptionManager = /** @class */ (function () {
819
819
  return [4 /*yield*/, (_a = that._publications[sub.publication]).preFunction.apply(_a, sub.subscriptionData)];
820
820
  case 1:
821
821
  _c.preSubscriptionData = _e.sent();
822
- _e.label = 2;
822
+ return [2 /*return*/];
823
823
  case 2:
824
824
  if (!that._publications[sub.publication].preFunction) return [3 /*break*/, 4];
825
825
  _d = sub;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "5.1.11",
3
+ "version": "5.2.0",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {