@apollo/gateway 2.0.0-alpha.0 → 2.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  > 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.
6
6
 
7
- ## v2.0.0-alpha.0
7
+ ## v2.0.0-alpha.1
8
8
 
9
9
  - :tada: Initial alpha release of Federation 2.0. For more information, see our [documentation](https://www.apollographql.com/d ocs/federation/v2/). We look forward to your feedback!
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/gateway",
3
- "version": "2.0.0-alpha.0",
3
+ "version": "2.0.0-alpha.1",
4
4
  "description": "Apollo Gateway",
5
5
  "author": "Apollo <packages@apollographql.com>",
6
6
  "main": "dist/index.js",
@@ -25,10 +25,10 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@apollo/composition": "^2.0.0-alpha.0",
28
+ "@apollo/composition": "^2.0.0-alpha.1",
29
29
  "@apollo/core-schema": "^0.1.0",
30
- "@apollo/federation": "^2.0.0-alpha.0",
31
- "@apollo/query-planner": "^2.0.0-alpha.0",
30
+ "@apollo/federation": "^2.0.0-alpha.1",
31
+ "@apollo/query-planner": "^2.0.0-alpha.1",
32
32
  "@opentelemetry/api": "^1.0.1",
33
33
  "@types/node-fetch": "2.5.12",
34
34
  "apollo-graphql": "^0.9.3",
@@ -46,5 +46,5 @@
46
46
  "peerDependencies": {
47
47
  "graphql": "^15.5.3"
48
48
  },
49
- "gitHead": "56091daf7ea52d6bbd6a7c129ba8223950d1cd83"
49
+ "gitHead": "5f7184829607024343fb8b8ad0ac4e122407cd3a"
50
50
  }