@apollo/query-graphs
Advanced tools
Comparing version 2.1.0-alpha.3 to 2.1.0-alpha.4
# CHANGELOG for `@apollo/query-graphs` | ||
## 2.1.0-alpha.4 | ||
- Update peer dependency `graphql` to `^16.5.0` to use `GraphQLErrorOptions` [PR #2060](https://github.com/apollographql/federation/pull/2060) | ||
## 2.1.0-alpha.3 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@apollo/query-graphs", | ||
"version": "2.1.0-alpha.3", | ||
"version": "2.1.0-alpha.4", | ||
"description": "Apollo Federation library to work with 'query graphs'", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@apollo/federation-internals": "^2.1.0-alpha.3", | ||
"@apollo/federation-internals": "^2.1.0-alpha.4", | ||
"deep-equal": "^2.0.5", | ||
@@ -35,5 +35,5 @@ "ts-graphviz": "^0.16.0" | ||
"peerDependencies": { | ||
"graphql": "^16.0.0" | ||
"graphql": "^16.5.0" | ||
}, | ||
"gitHead": "10ffec3f74faab2096f4514c7b2669cce9605e1c" | ||
"gitHead": "db61f574cc2ee95a53dac8b95a5a320f8caf6fbc" | ||
} |
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
519545