graphql-codegen-core
Advanced tools
Comparing version 0.9.0-alpha.2f7495c1 to 0.9.0-alpha.41c502be
{ | ||
"name": "graphql-codegen-core", | ||
"version": "0.9.0-alpha.2f7495c1", | ||
"version": "0.9.0-alpha.41c502be", | ||
"description": "GraphQL types and code generator based on schema", | ||
@@ -73,10 +73,13 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@types/graphql": "^0.10.0", | ||
"graphql": "^0.10.4", | ||
"graphql-tag": "^2.4.2", | ||
"graphql-tools": "^1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "^0.10.0", | ||
"@types/jest": "^20.0.2", | ||
"@types/node": "7", | ||
"graphql": "^0.10.4", | ||
"jest": "^20.0.4", | ||
@@ -83,0 +86,0 @@ "rimraf": "^2.6.1", |
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
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
141674
3
8
- Removed@types/graphql@^0.10.0
- Removedgraphql@^0.10.4
- Removed@types/graphql@0.10.2(transitive)