@apollo/query-planner
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -7,2 +7,6 @@ # CHANGELOG for `@apollo/query-planner` | ||
- Narrow `graphql` peer dependency to a more fitting range `^15.4.0` based on our current usage of the package. This requirement was introduced by, but not captured in, changes within the recently released `@apollo/query-planner@0.3.0`. As such, this change will be released as a `patch` since the breaking change already accidentally happened and this is a correction to that oversight. [PR #913](https://github.com/apollographql/federation/pull/913) | ||
# v0.3.0 | ||
- Introduce support for removing @inaccessible elements from the API schema. [PR #807](https://github.com/apollographql/federation/pull/859) | ||
@@ -9,0 +13,0 @@ - Mask inaccessible typenames in runtime operation errors. [PR #893](https://github.com/apollographql/federation/pull/893) |
{ | ||
"name": "@apollo/query-planner", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Apollo Query Planner", | ||
@@ -34,5 +34,5 @@ "author": "Apollo <opensource@apollographql.com>", | ||
"peerDependencies": { | ||
"graphql": "^14.5.0 || ^15.0.0" | ||
"graphql": "^15.4.0" | ||
}, | ||
"gitHead": "613110ec4e09dd92130e9e1695391d4a714b023b" | ||
"gitHead": "c1fc85b2232d38625fc5a45c32dad383db21e19b" | ||
} |
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
423433