@graphql-inspector/introspect-command 5.0.16-alpha-20251210214408-83e88e0012f7cbffde895b877242a59aee57ecc0 → 5.0.16-alpha-20251210220709-671f8b3cdccca39e371f19a9a1cbf9a8ed76eac6

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/introspect-command",
3
- "version": "5.0.16-alpha-20251210214408-83e88e0012f7cbffde895b877242a59aee57ecc0",
3
+ "version": "5.0.16-alpha-20251210220709-671f8b3cdccca39e371f19a9a1cbf9a8ed76eac6",
4
4
  "description": "Introspects GraphQL Schema",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "tslib": "2.6.2",
11
11
  "@graphql-inspector/commands": "6.0.0",
12
- "@graphql-inspector/core": "7.1.0-alpha-20251210214408-83e88e0012f7cbffde895b877242a59aee57ecc0",
12
+ "@graphql-inspector/core": "7.1.0-alpha-20251210220709-671f8b3cdccca39e371f19a9a1cbf9a8ed76eac6",
13
13
  "@graphql-inspector/logger": "5.0.1"
14
14
  },
15
15
  "repository": {