@graphql-inspector/introspect-command 5.1.0-alpha-20241111105259-3b8caff79d686adf447c18b1c8312efca82ffe3e → 5.1.0-alpha-20241111105935-d6f72f89e996893035a838d61aa3b129c82e8de5

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-inspector/introspect-command",
3
- "version": "5.1.0-alpha-20241111105259-3b8caff79d686adf447c18b1c8312efca82ffe3e",
3
+ "version": "5.1.0-alpha-20241111105935-d6f72f89e996893035a838d61aa3b129c82e8de5",
4
4
  "description": "Introspects GraphQL Schema",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -8,8 +8,8 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "2.6.2",
11
- "@graphql-inspector/commands": "6.0.0-alpha-20241111105259-3b8caff79d686adf447c18b1c8312efca82ffe3e",
12
- "@graphql-inspector/core": "6.2.0-alpha-20241111105259-3b8caff79d686adf447c18b1c8312efca82ffe3e",
11
+ "@graphql-inspector/commands": "6.0.0-alpha-20241111105935-d6f72f89e996893035a838d61aa3b129c82e8de5",
12
+ "@graphql-inspector/core": "6.2.0-alpha-20241111105935-d6f72f89e996893035a838d61aa3b129c82e8de5",
13
13
  "@graphql-inspector/logger": "5.0.1"
14
14
  },
15
15
  "repository": {