@apollo/composition
Advanced tools
Comparing version 2.3.4 to 2.4.0-alpha.0
# CHANGELOG for `@apollo/composition` | ||
## 2.3.4 | ||
## 2.4.0-alpha.0 | ||
### Minor Changes | ||
- Addition of new query planner node types to enable federated subscriptions support ([#2389](https://github.com/apollographql/federation/pull/2389)) | ||
### Patch Changes | ||
- Updated dependencies [[`6e2d24b5`](https://github.com/apollographql/federation/commit/6e2d24b5491914316b9930395817f0c3780f181a)]: | ||
- @apollo/federation-internals@2.3.4 | ||
- @apollo/query-graphs@2.3.4 | ||
- Updated dependencies [[`6e2d24b5`](https://github.com/apollographql/federation/commit/6e2d24b5491914316b9930395817f0c3780f181a), [`1a555d98`](https://github.com/apollographql/federation/commit/1a555d98f2030814ebd5074269d035b7f298f71e)]: | ||
- @apollo/federation-internals@2.4.0-alpha.0 | ||
- @apollo/query-graphs@2.4.0-alpha.0 | ||
@@ -10,0 +16,0 @@ ## 2.3.3 |
{ | ||
"name": "@apollo/composition", | ||
"version": "2.3.4", | ||
"version": "2.4.0-alpha.0", | ||
"description": "Apollo Federation composition utilities", | ||
@@ -30,4 +30,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@apollo/federation-internals": "2.3.4", | ||
"@apollo/query-graphs": "2.3.4" | ||
"@apollo/federation-internals": "2.4.0-alpha.0", | ||
"@apollo/query-graphs": "2.4.0-alpha.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
809827
67
15059
2
+ Added@apollo/federation-internals@2.4.0-alpha.0(transitive)
+ Added@apollo/query-graphs@2.4.0-alpha.0(transitive)
- Removed@apollo/federation-internals@2.3.4(transitive)
- Removed@apollo/query-graphs@2.3.4(transitive)