@rxdi/graphql 0.7.197 → 0.7.198

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.
@@ -37,7 +37,7 @@ export interface GRAPHQL_PLUGIN_CONFIG {
37
37
  graphiqlPlaygroundConfig?: RenderPageOptions;
38
38
  altair?: {
39
39
  enabled: boolean;
40
- options: AltairConfig;
40
+ options?: AltairConfig;
41
41
  };
42
42
  }
43
43
  export interface GRAPHQL_AUTHENTICATION_FAKE {
@@ -71,7 +71,7 @@ export declare const setConfigGraphql: (config?: GRAPHQL_PLUGIN_CONFIG) => {
71
71
  graphiqlPlaygroundConfig?: import("graphql-playground-html").RenderPageOptions;
72
72
  altair?: {
73
73
  enabled: boolean;
74
- options: import("@rxdi/altair").AltairConfig;
74
+ options?: import("@rxdi/altair").AltairConfig;
75
75
  };
76
76
  };
77
77
  export declare const startServer: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdi/graphql",
3
- "version": "0.7.197",
3
+ "version": "0.7.198",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/rxdi/graphql"
@@ -31,15 +31,15 @@
31
31
  "typings": "./dist/index.d.ts",
32
32
  "dependencies": {
33
33
  "@gapi/playground": "^1.8.172",
34
- "@rxdi/altair": "^0.7.195",
34
+ "@rxdi/altair": "^0.7.196",
35
35
  "apollo-errors": "1.9.0",
36
36
  "apollo-server-module-graphiql": "1.4.0",
37
37
  "@hapi/boom": "^10.0.1",
38
38
  "graphql-tester": "0.0.5"
39
39
  },
40
40
  "devDependencies": {
41
- "@rxdi/core": "^0.7.196",
42
- "@rxdi/hapi": "^0.7.196",
41
+ "@rxdi/core": "^0.7.197",
42
+ "@rxdi/hapi": "^0.7.197",
43
43
  "graphql": "^16.12.0",
44
44
  "@types/graphql": "^14.5.0",
45
45
  "@types/jest": "^24.0.22",