@apollo/query-graphs
Advanced tools
Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5
@@ -5,4 +5,10 @@ # CHANGELOG for `@apollo/query-graphs` | ||
> The changes noted within this `vNEXT` section have not been released yet. New PRs and commits which introduce changes should include an entry in this `vNEXT` section as part of their development. When a release is being prepared, a new header will be (manually) created below and the appropriate changes within that release will be moved into the new section. | ||
- _Nothing yet! Stay tuned._ | ||
## v2.0.0-alpha.5 | ||
- Remove `graphql@15` from peer dependencies [PR #1472](https://github.com/apollographql/federation/pull/1472). | ||
## v2.0.0-alpha.4 | ||
@@ -9,0 +15,0 @@ |
@@ -6,3 +6,7 @@ const baseConfig = require('../jest.config.base'); | ||
module.exports = { | ||
...baseConfig | ||
...baseConfig, | ||
displayName: { | ||
name: "@apollo/query-graphs", | ||
color: "yellow", | ||
}, | ||
}; |
{ | ||
"name": "@apollo/query-graphs", | ||
"version": "2.0.0-alpha.4", | ||
"version": "2.0.0-alpha.5", | ||
"description": "Apollo Federation library to work with 'query graphs'", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@apollo/federation-internals": "^2.0.0-alpha.4", | ||
"@apollo/federation-internals": "^2.0.0-alpha.5", | ||
"deep-equal": "^2.0.5", | ||
@@ -35,5 +35,5 @@ "ts-graphviz": "^0.16.0" | ||
"peerDependencies": { | ||
"graphql": "^15.7.0 || ^16.0.0" | ||
"graphql": "^16.0.0" | ||
}, | ||
"gitHead": "c32794a48598bac2e2372c23a2ea74ae187cce85" | ||
"gitHead": "efb50aa3d3742d2fed8c841569651b2b7b729f2f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
490647
6382