@rxdi/graphql-pubsub 0.7.191-nightly.0 → 0.7.191-nightly.2

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.
@@ -20,7 +20,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
20
20
  step((generator = generator.apply(thisArg, _arguments || [])).next());
21
21
  });
22
22
  };
23
- var _a;
24
23
  Object.defineProperty(exports, "__esModule", { value: true });
25
24
  exports.SubscriptionService = void 0;
26
25
  const core_1 = require("@rxdi/core");
@@ -88,5 +87,5 @@ exports.SubscriptionService = SubscriptionService = __decorate([
88
87
  __param(0, (0, core_1.Inject)(hapi_1.HAPI_SERVER)),
89
88
  __param(1, (0, core_1.Inject)(graphql_1.GRAPHQL_PLUGIN_CONFIG)),
90
89
  __param(2, (0, core_1.Inject)(config_tokens_1.GRAPHQL_PUB_SUB_CONFIG)),
91
- __metadata("design:paramtypes", [hapi_2.Server, typeof (_a = typeof graphql_1.GRAPHQL_PLUGIN_CONFIG !== "undefined" && graphql_1.GRAPHQL_PLUGIN_CONFIG) === "function" ? _a : Object, config_tokens_1.GRAPHQL_PUB_SUB_DI_CONFIG])
90
+ __metadata("design:paramtypes", [hapi_2.Server, Object, config_tokens_1.GRAPHQL_PUB_SUB_DI_CONFIG])
92
91
  ], SubscriptionService);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdi/graphql-pubsub",
3
- "version": "0.7.191-nightly.0",
3
+ "version": "0.7.191-nightly.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/rxdi/graphql-pubsub"
@@ -30,16 +30,16 @@
30
30
  },
31
31
  "homepage": "https://github.com/rxdi/graphql-pubsub#readme",
32
32
  "dependencies": {
33
- "@rxdi/graphql-rabbitmq-subscriptions": "^0.7.190",
33
+ "@rxdi/graphql-rabbitmq-subscriptions": "^0.7.191-nightly.1",
34
34
  "@apollo/client": "^3.7.3",
35
35
  "graphql-request": "^1.8.2",
36
36
  "subscriptions-transport-ws": "^0.9.19",
37
37
  "ws": "6.2.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@rxdi/core": "^0.7.190",
41
- "@rxdi/graphql": "^0.7.190",
42
- "@rxdi/hapi": "^0.7.190",
40
+ "@rxdi/core": "^0.7.191-nightly.1",
41
+ "@rxdi/graphql": "^0.7.191-nightly.1",
42
+ "@rxdi/hapi": "^0.7.191-nightly.1",
43
43
  "@types/graphql": "^14.5.0",
44
44
  "@types/hapi": "^18.0.4",
45
45
  "@types/jest": "^24.0.22",