@rxdi/graphql 0.7.191-nightly.0 → 0.7.191-nightly.1
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.
|
@@ -11,7 +11,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
12
12
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
13
13
|
};
|
|
14
|
-
var _a;
|
|
15
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
15
|
exports.StartService = void 0;
|
|
17
16
|
const core_1 = require("@rxdi/core");
|
|
@@ -38,5 +37,6 @@ exports.StartService = StartService = __decorate([
|
|
|
38
37
|
(0, core_1.Service)(),
|
|
39
38
|
__param(0, (0, core_1.Inject)(hapi_1.HAPI_SERVER)),
|
|
40
39
|
__param(1, (0, core_1.Inject)(config_tokens_1.GRAPHQL_PLUGIN_CONFIG)),
|
|
41
|
-
__metadata("design:paramtypes", [hapi_2.Server, Object, core_1.BootstrapLogger,
|
|
40
|
+
__metadata("design:paramtypes", [hapi_2.Server, Object, core_1.BootstrapLogger,
|
|
41
|
+
hapi_1.OpenService])
|
|
42
42
|
], StartService);
|
|
@@ -35,7 +35,14 @@ export declare const DEFAULT_CONFIG: {
|
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
|
-
export declare const setConfigServer: (config?: HapiConfigModel) =>
|
|
38
|
+
export declare const setConfigServer: (config?: HapiConfigModel) => {
|
|
39
|
+
randomPort: boolean;
|
|
40
|
+
staticConfig?: import("@hapi/hapi").ServerRoute | import("@hapi/hapi").ServerRoute[];
|
|
41
|
+
hapi: {
|
|
42
|
+
port: number;
|
|
43
|
+
} | import("@hapi/hapi").ServerOptions;
|
|
44
|
+
plugins?: Array<import("@hapi/hapi").PluginBase<any, any> & (import("@hapi/hapi").PluginNameVersion | import("@hapi/hapi").PluginPackage)>;
|
|
45
|
+
};
|
|
39
46
|
export declare const setConfigGraphql: (config?: GRAPHQL_PLUGIN_CONFIG) => {
|
|
40
47
|
path: string;
|
|
41
48
|
initQuery: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rxdi/graphql",
|
|
3
|
-
"version": "0.7.191-nightly.
|
|
3
|
+
"version": "0.7.191-nightly.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/rxdi/graphql"
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"graphql-tester": "0.0.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@rxdi/core": "^0.7.
|
|
41
|
-
"@rxdi/hapi": "^0.7.
|
|
40
|
+
"@rxdi/core": "^0.7.191-nightly.0",
|
|
41
|
+
"@rxdi/hapi": "^0.7.191-nightly.0",
|
|
42
42
|
"graphql": "^16.12.0",
|
|
43
43
|
"@types/graphql": "^14.5.0",
|
|
44
44
|
"@types/jest": "^24.0.22",
|