@graphql-inspector/cli 3.4.4-alpha-20230207150309-2b341aa2 → 3.4.4

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.
Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/index.mjs +1 -0
  3. package/package.json +3 -3
package/index.js CHANGED
@@ -48,6 +48,7 @@ function main() {
48
48
  type: 'array',
49
49
  },
50
50
  });
51
+ // eslint-disable-next-line @typescript-eslint/no-unused-expressions
51
52
  commands$1
52
53
  .reduce((cli, cmd) => cli.command(cmd), root)
53
54
  .help()
package/index.mjs CHANGED
@@ -43,6 +43,7 @@ function main() {
43
43
  type: 'array',
44
44
  },
45
45
  });
46
+ // eslint-disable-next-line @typescript-eslint/no-unused-expressions
46
47
  commands
47
48
  .reduce((cli, cmd) => cli.command(cmd), root)
48
49
  .help()
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@graphql-inspector/cli",
3
- "version": "3.4.4-alpha-20230207150309-2b341aa2",
3
+ "version": "3.4.4",
4
4
  "description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
7
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@graphql-inspector/audit-command": "3.4.3-alpha-20230207150309-2b341aa2",
10
+ "@graphql-inspector/audit-command": "3.4.2",
11
11
  "@graphql-inspector/code-loader": "3.4.0",
12
12
  "@graphql-inspector/commands": "3.4.1",
13
13
  "@graphql-inspector/config": "3.4.0",
14
- "@graphql-inspector/coverage-command": "3.4.2",
14
+ "@graphql-inspector/coverage-command": "3.4.3",
15
15
  "@graphql-inspector/diff-command": "3.4.2",
16
16
  "@graphql-inspector/docs-command": "3.4.1",
17
17
  "@graphql-inspector/git-loader": "3.4.0",