@graphql-inspector/diff-command 6.0.7 → 6.0.8-alpha-20260424210124-e75cd3af7eedf5c21f6e26f386e6e07a74acb9f4

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/diff-command",
3
- "version": "6.0.7",
3
+ "version": "6.0.8-alpha-20260424210124-e75cd3af7eedf5c21f6e26f386e6e07a74acb9f4",
4
4
  "description": "Compare GraphQL Schemas",
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.2",
12
+ "@graphql-inspector/core": "7.1.3-alpha-20260424210124-e75cd3af7eedf5c21f6e26f386e6e07a74acb9f4",
13
13
  "@graphql-inspector/logger": "5.0.1"
14
14
  },
15
15
  "repository": {