@apollo/query-planner
Advanced tools
Comparing version 0.1.4 to 0.2.0
@@ -7,2 +7,10 @@ # CHANGELOG for `@apollo/query-planner` | ||
- _Nothing yet! Stay tuned!_ | ||
# v0.2.0 | ||
- Expand the range of supported `node` versions in the package's `engines` specifier to include the now-tested Node.js `16`. [PR #713](https://github.com/apollographql/federation/pull/713) | ||
# v0.1.4 | ||
- Add missing `deep-equal` dependency, which was accidentally installed to the monorepo's root. [PR #709](https://github.com/apollographql/federation/pull/709) | ||
@@ -9,0 +17,0 @@ |
{ | ||
"name": "@apollo/query-planner", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "Apollo Query Planner", | ||
@@ -21,3 +21,3 @@ "author": "Apollo <opensource@apollographql.com>", | ||
"engines": { | ||
"node": ">=12.13.0 <15.0" | ||
"node": ">=12.13.0 <17.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "db6e39181877a9fa7e890c26adaceedb0c212107" | ||
"gitHead": "9e9e133af626d5ead8039c05722f137c2151b463" | ||
} |
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
396565