@graphql-codegen/cli 5.0.1-rc-20231012192742-72511c277 → 5.0.1-rc-20231012194630-60d5f6aad
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/utils/watcher.js +1 -1
- package/esm/utils/watcher.js +1 -1
- package/package.json +3 -3
package/cjs/utils/watcher.js
CHANGED
|
@@ -40,7 +40,7 @@ const createWatcher = (initialContext, onNext) => {
|
|
|
40
40
|
parcelWatcher = await Promise.resolve().then(() => tslib_1.__importStar(require('@parcel/watcher')));
|
|
41
41
|
}
|
|
42
42
|
catch (err) {
|
|
43
|
-
log(`
|
|
43
|
+
log(`Failed to import @parcel/watcher due to the following error (to use watch mode, install https://www.npmjs.com/package/@parcel/watcher):\n${err}`);
|
|
44
44
|
return;
|
|
45
45
|
}
|
|
46
46
|
(0, debugging_js_1.debugLog)(`[Watcher] Parcel watcher loaded...`);
|
package/esm/utils/watcher.js
CHANGED
|
@@ -36,7 +36,7 @@ export const createWatcher = (initialContext, onNext) => {
|
|
|
36
36
|
parcelWatcher = await import('@parcel/watcher');
|
|
37
37
|
}
|
|
38
38
|
catch (err) {
|
|
39
|
-
log(`
|
|
39
|
+
log(`Failed to import @parcel/watcher due to the following error (to use watch mode, install https://www.npmjs.com/package/@parcel/watcher):\n${err}`);
|
|
40
40
|
return;
|
|
41
41
|
}
|
|
42
42
|
debugLog(`[Watcher] Parcel watcher loaded...`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/cli",
|
|
3
|
-
"version": "5.0.1-rc-
|
|
3
|
+
"version": "5.0.1-rc-20231012194630-60d5f6aad",
|
|
4
4
|
"peerDependenciesMeta": {
|
|
5
5
|
"@parcel/watcher": {
|
|
6
6
|
"optional": true
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"@babel/generator": "^7.18.13",
|
|
15
15
|
"@babel/template": "^7.18.10",
|
|
16
16
|
"@babel/types": "^7.18.13",
|
|
17
|
-
"@graphql-codegen/core": "4.0.1-rc-
|
|
18
|
-
"@graphql-codegen/plugin-helpers": "5.0.2-rc-
|
|
17
|
+
"@graphql-codegen/core": "4.0.1-rc-20231012194630-60d5f6aad",
|
|
18
|
+
"@graphql-codegen/plugin-helpers": "5.0.2-rc-20231012194630-60d5f6aad",
|
|
19
19
|
"@graphql-tools/apollo-engine-loader": "^8.0.0",
|
|
20
20
|
"@graphql-tools/code-file-loader": "^8.0.0",
|
|
21
21
|
"@graphql-tools/git-loader": "^8.0.0",
|