@power-plant/graphql-input 0.0.5 → 0.0.7
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@power-plant/graphql-input",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Power Plant input for reading the source specification from a GraphQL schema document.",
|
|
6
6
|
"keywords": [
|
|
@@ -130,13 +130,13 @@
|
|
|
130
130
|
"@graphql-tools/github-loader": "^9.1.4",
|
|
131
131
|
"@graphql-tools/graphql-file-loader": "^8.1.16",
|
|
132
132
|
"@graphql-tools/json-file-loader": "^8.0.30",
|
|
133
|
-
"@graphql-tools/load": "^8.1.
|
|
133
|
+
"@graphql-tools/load": "^8.1.13",
|
|
134
134
|
"@graphql-tools/url-loader": "^9.1.4",
|
|
135
135
|
"@graphql-tools/utils": "^11.2.0",
|
|
136
136
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
137
|
-
"@power-plant/core": "^0.0.
|
|
137
|
+
"@power-plant/core": "^0.0.11",
|
|
138
138
|
"@power-plant/graphql-schema": "^0.0.1",
|
|
139
|
-
"@power-plant/schema": "^0.0.
|
|
139
|
+
"@power-plant/schema": "^0.0.11",
|
|
140
140
|
"@stryke/resolve": "^0.0.11",
|
|
141
141
|
"@stryke/type-checks": "^0.6.28",
|
|
142
142
|
"@stryke/types": "^0.12.23",
|
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"powerlines": "^0.47.142"
|
|
149
149
|
},
|
|
150
150
|
"publishConfig": { "access": "public" },
|
|
151
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "40b691cc9fc13d59a33e6d835697083810978ae1"
|
|
152
152
|
}
|