@apollo/gateway 2.10.0-alpha.2 → 2.10.0-alpha.3

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,7 +4,7 @@ This package provides utilities for combining multiple GraphQL microservices int
4
4
 
5
5
  Each microservice should implement the [federation schema specification](https://www.apollographql.com/docs/apollo-server/federation/subgraph-spec/). This can be done either through [Apollo Federation](https://github.com/apollographql/federation/tree/HEAD/subgraph-js) or a variety of other open source products.
6
6
 
7
- For complete documentation, see the [Apollo Gateway API reference](https://www.apollographql.com/docs/apollo-server/api/apollo-gateway/).
7
+ For complete documentation, see the [Apollo Gateway API reference](/apollo-server/using-federation/api/apollo-gateway).
8
8
 
9
9
  ## Usage
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/gateway",
3
- "version": "2.10.0-alpha.2",
3
+ "version": "2.10.0-alpha.3",
4
4
  "description": "Apollo Gateway",
5
5
  "author": "Apollo <packages@apollographql.com>",
6
6
  "main": "dist/index.js",
@@ -25,9 +25,9 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@apollo/composition": "2.10.0-alpha.2",
29
- "@apollo/federation-internals": "2.10.0-alpha.2",
30
- "@apollo/query-planner": "2.10.0-alpha.2",
28
+ "@apollo/composition": "2.10.0-alpha.3",
29
+ "@apollo/federation-internals": "2.10.0-alpha.3",
30
+ "@apollo/query-planner": "2.10.0-alpha.3",
31
31
  "@apollo/server-gateway-interface": "^1.1.0",
32
32
  "@apollo/usage-reporting-protobuf": "^4.1.0",
33
33
  "@apollo/utils.createhash": "^2.0.0",