@graphql-inspector/commands
Advanced tools
Comparing version 4.0.4-alpha-20240507154122-10c960e5 to 4.0.4-alpha-20240507160012-465cfce614987b7a7e5f364d9b482f45b386c867
{ | ||
"name": "@graphql-inspector/commands", | ||
"version": "4.0.4-alpha-20240507154122-10c960e5", | ||
"version": "4.0.4-alpha-20240507160012-465cfce614987b7a7e5f364d9b482f45b386c867", | ||
"description": "Plugin system for commands in GraphQL Inspector", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"@graphql-inspector/config": "4.0.3-alpha-20240507154122-10c960e5", | ||
"@graphql-inspector/loaders": "4.0.4-alpha-20240507154122-10c960e5", | ||
"@graphql-inspector/config": "4.0.3-alpha-20240507160012-465cfce614987b7a7e5f364d9b482f45b386c867", | ||
"@graphql-inspector/loaders": "4.0.4-alpha-20240507160012-465cfce614987b7a7e5f364d9b482f45b386c867", | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0", | ||
@@ -33,3 +33,3 @@ "yargs": "17.7.2" | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "main": "cjs/index.js", |
8996