@rxdi/graphql 0.7.172 → 0.7.173

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.
@@ -23,7 +23,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
23
23
  Object.defineProperty(exports, "__esModule", { value: true });
24
24
  exports.ApolloService = void 0;
25
25
  const core_1 = require("@rxdi/core");
26
- const Boom = require("boom");
26
+ const Boom = require("@hapi/boom");
27
27
  const hapi_1 = require("@hapi/hapi");
28
28
  const apollo_server_core_1 = require("apollo-server-core");
29
29
  const hapi_2 = require("@rxdi/hapi");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdi/graphql",
3
- "version": "0.7.172",
3
+ "version": "0.7.173",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/rxdi/graphql"
@@ -30,7 +30,7 @@
30
30
  "module": "./dist/index.js",
31
31
  "typings": "./dist/index.d.ts",
32
32
  "dependencies": {
33
- "@gapi/playground": "1.8.79",
33
+ "@gapi/playground": "^1.8.146",
34
34
  "apollo-errors": "1.9.0",
35
35
  "apollo-server-core": "2.12.0",
36
36
  "apollo-server-module-graphiql": "1.4.0",
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "graphql": "^14.5.8",
43
- "@rxdi/core": "^0.7.171",
44
- "@rxdi/hapi": "^0.7.171",
43
+ "@rxdi/core": "^0.7.172",
44
+ "@rxdi/hapi": "^0.7.172",
45
45
  "@types/graphql": "^14.5.0",
46
46
  "@types/jest": "^24.0.22",
47
47
  "@types/node": "^12.0.10",