@graphql-codegen/cli 2.11.5 → 2.11.7-alpha-20220823214729-12fd96a90
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/cjs/config.js +1 -1
- package/esm/config.js +1 -1
- package/package.json +3 -3
package/cjs/config.js
CHANGED
|
@@ -114,7 +114,7 @@ function buildOptions() {
|
|
|
114
114
|
},
|
|
115
115
|
w: {
|
|
116
116
|
alias: 'watch',
|
|
117
|
-
describe: 'Watch for changes and execute generation automatically. You can also specify a glob
|
|
117
|
+
describe: 'Watch for changes and execute generation automatically. You can also specify a glob expression for custom watch list.',
|
|
118
118
|
coerce: (watch) => {
|
|
119
119
|
if (watch === 'false') {
|
|
120
120
|
return false;
|
package/esm/config.js
CHANGED
|
@@ -107,7 +107,7 @@ export function buildOptions() {
|
|
|
107
107
|
},
|
|
108
108
|
w: {
|
|
109
109
|
alias: 'watch',
|
|
110
|
-
describe: 'Watch for changes and execute generation automatically. You can also specify a glob
|
|
110
|
+
describe: 'Watch for changes and execute generation automatically. You can also specify a glob expression for custom watch list.',
|
|
111
111
|
coerce: (watch) => {
|
|
112
112
|
if (watch === 'false') {
|
|
113
113
|
return false;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.7-alpha-20220823214729-12fd96a90",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@graphql-codegen/core": "2.6.
|
|
8
|
+
"@graphql-codegen/core": "2.6.2",
|
|
9
9
|
"@graphql-codegen/plugin-helpers": "^2.6.2",
|
|
10
10
|
"@graphql-tools/apollo-engine-loader": "^7.3.6",
|
|
11
11
|
"@graphql-tools/code-file-loader": "^7.3.1",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@graphql-tools/prisma-loader": "^7.2.7",
|
|
18
18
|
"@graphql-tools/url-loader": "^7.13.2",
|
|
19
19
|
"@graphql-tools/utils": "^8.9.0",
|
|
20
|
-
"@whatwg-node/fetch": "^0.
|
|
20
|
+
"@whatwg-node/fetch": "^0.3.0",
|
|
21
21
|
"ansi-escapes": "^4.3.1",
|
|
22
22
|
"chalk": "^4.1.0",
|
|
23
23
|
"chokidar": "^3.5.2",
|