@graphql-inspector/diff-command 5.0.8 → 5.0.9-alpha-20250220184236-adcc53cd1e5fcc97c6dbc4d3d9db39f8a929bd95
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-inspector/diff-command",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.9-alpha-20250220184236-adcc53cd1e5fcc97c6dbc4d3d9db39f8a929bd95",
|
|
4
4
|
"description": "Compare GraphQL Schemas",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "2.6.2",
|
|
11
|
-
"@graphql-inspector/
|
|
12
|
-
"@graphql-inspector/
|
|
13
|
-
"@graphql-inspector/
|
|
11
|
+
"@graphql-inspector/core": "6.3.0-alpha-20250220184236-adcc53cd1e5fcc97c6dbc4d3d9db39f8a929bd95",
|
|
12
|
+
"@graphql-inspector/logger": "5.0.1",
|
|
13
|
+
"@graphql-inspector/commands": "5.0.4"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|