@teambit/graphql 1.0.1082 → 1.0.1084
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.
|
@@ -124,7 +124,7 @@ export declare class GraphqlMain {
|
|
|
124
124
|
private createRootModule;
|
|
125
125
|
private buildModules;
|
|
126
126
|
private getModuleDependencies;
|
|
127
|
-
static slots: (((registerFn: () => string) => SlotRegistry<
|
|
127
|
+
static slots: (((registerFn: () => string) => SlotRegistry<GraphQLServer>) | ((registerFn: () => string) => SlotRegistry<PubSubSlot>) | ((registerFn: () => string) => SlotRegistry<Schema>))[];
|
|
128
128
|
static defaultConfig: {
|
|
129
129
|
port: number;
|
|
130
130
|
subscriptionsPortRange: number[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_graphql@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_graphql@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_graphql@1.0.1084/dist/graphql.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_graphql@1.0.1084/dist/graphql.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/graphql",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1084",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/graphql",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "graphql",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.1084"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@graphql-tools/schema": "^10.0.0",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"utf-8-validate": "5.0.5",
|
|
32
32
|
"bufferutil": "4.0.3",
|
|
33
33
|
"@teambit/harmony": "0.4.12",
|
|
34
|
-
"@teambit/toolbox.network.get-port": "1.0.25",
|
|
35
|
-
"@teambit/ui-foundation.ui.is-browser": "0.0.500",
|
|
36
34
|
"@teambit/cli": "0.0.1359",
|
|
37
35
|
"@teambit/logger": "0.0.1452",
|
|
38
|
-
"@teambit/
|
|
36
|
+
"@teambit/toolbox.network.get-port": "1.0.25",
|
|
37
|
+
"@teambit/ui-foundation.ui.is-browser": "0.0.500",
|
|
38
|
+
"@teambit/ui": "1.0.1084"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/cors": "2.8.10",
|