@graphql-inspector/validate-command 5.0.17 → 5.0.18-alpha-20260116215327-8f3e542470887f46f0233526140738f2d38f091c

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-inspector/validate-command",
3
- "version": "5.0.17",
3
+ "version": "5.0.18-alpha-20260116215327-8f3e542470887f46f0233526140738f2d38f091c",
4
4
  "description": "Validate Documents in GraphQL Inspector",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -10,7 +10,7 @@
10
10
  "@graphql-tools/utils": "10.8.6",
11
11
  "tslib": "2.6.2",
12
12
  "@graphql-inspector/commands": "6.0.0",
13
- "@graphql-inspector/core": "7.1.0",
13
+ "@graphql-inspector/core": "7.1.1-alpha-20260116215327-8f3e542470887f46f0233526140738f2d38f091c",
14
14
  "@graphql-inspector/logger": "5.0.1"
15
15
  },
16
16
  "repository": {