@graphql-codegen/cli 5.0.1-alpha-20230825001310-1c402d4f6 → 5.0.1-rc-20230925154310-d64383782

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/init/types.js CHANGED
@@ -12,4 +12,4 @@ var Tags;
12
12
  Tags["react"] = "React";
13
13
  Tags["vue"] = "Vue";
14
14
  Tags["graphqlRequest"] = "graphqlRequest";
15
- })(Tags = exports.Tags || (exports.Tags = {}));
15
+ })(Tags || (exports.Tags = Tags = {}));
@@ -53,7 +53,7 @@ const createWatcher = (initialContext, onNext) => {
53
53
  }
54
54
  }, 100);
55
55
  emitWatching(watchDirectory);
56
- const ignored = [];
56
+ const ignored = ['**/.git/**'];
57
57
  for (const entry of Object.keys(config.generates).map(filename => ({
58
58
  filename,
59
59
  config: (0, plugin_helpers_1.normalizeOutputParam)(config.generates[filename]),
@@ -49,7 +49,7 @@ export const createWatcher = (initialContext, onNext) => {
49
49
  }
50
50
  }, 100);
51
51
  emitWatching(watchDirectory);
52
- const ignored = [];
52
+ const ignored = ['**/.git/**'];
53
53
  for (const entry of Object.keys(config.generates).map(filename => ({
54
54
  filename,
55
55
  config: normalizeOutputParam(config.generates[filename]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/cli",
3
- "version": "5.0.1-alpha-20230825001310-1c402d4f6",
3
+ "version": "5.0.1-rc-20230925154310-d64383782",
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.0",
18
- "@graphql-codegen/plugin-helpers": "^5.0.1",
17
+ "@graphql-codegen/core": "4.0.1-rc-20230925154310-d64383782",
18
+ "@graphql-codegen/plugin-helpers": "5.0.2-rc-20230925154310-d64383782",
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",
@@ -30,7 +30,7 @@
30
30
  "chalk": "^4.1.0",
31
31
  "cosmiconfig": "^8.1.3",
32
32
  "debounce": "^1.2.0",
33
- "detect-indent": "^7.0.0",
33
+ "detect-indent": "^6.0.0",
34
34
  "graphql-config": "^5.0.2",
35
35
  "inquirer": "^8.0.0",
36
36
  "is-glob": "^4.0.1",