@graphql-inspector/commands
Advanced tools
Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "@graphql-inspector/commands", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Plugin system for commands in GraphQL Inspector", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"@graphql-inspector/config": "3.1.2", | ||
"@graphql-inspector/loaders": "3.1.2", | ||
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", | ||
"yargs": "17.2.1" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "kamilkisiela/graphql-inspector", | ||
"directory": "packages/commands/commands" | ||
}, | ||
"keywords": [ | ||
@@ -26,2 +11,19 @@ "graphql", | ||
], | ||
"sideEffects": false, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"./*": { | ||
"require": "./dist/*.js", | ||
"import": "./dist/*.mjs" | ||
} | ||
}, | ||
"typings": "dist/index.d.ts", | ||
"typescript": { | ||
"definition": "dist/index.d.ts" | ||
}, | ||
"author": { | ||
@@ -33,18 +35,19 @@ "name": "Kamil Kisiela", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
"repository": { | ||
"type": "git", | ||
"url": "kamilkisiela/graphql-inspector", | ||
"directory": "packages/commands/commands" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
}, | ||
"./*": { | ||
"require": "./*.js", | ||
"import": "./*.mjs" | ||
} | ||
"peerDependencies": { | ||
"@graphql-inspector/config": "3.1.3", | ||
"@graphql-inspector/loaders": "3.1.3", | ||
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", | ||
"yargs": "17.2.1" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"scripts": { | ||
"prepack": "bob prepack" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10074
6
237
1