@apollo/gateway 2.3.0-alpha.0 → 2.3.0-beta.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/gateway",
3
- "version": "2.3.0-alpha.0",
3
+ "version": "2.3.0-beta.2",
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.3.0-alpha.0",
29
- "@apollo/federation-internals": "^2.3.0-alpha.0",
30
- "@apollo/query-planner": "^2.3.0-alpha.0",
28
+ "@apollo/composition": "2.3.0-beta.2",
29
+ "@apollo/federation-internals": "2.3.0-beta.2",
30
+ "@apollo/query-planner": "2.3.0-beta.2",
31
31
  "@apollo/server-gateway-interface": "^1.0.2",
32
32
  "@apollo/usage-reporting-protobuf": "^4.0.0",
33
33
  "@apollo/utils.createhash": "^1.1.0",
@@ -46,6 +46,5 @@
46
46
  },
47
47
  "peerDependencies": {
48
48
  "graphql": "^16.5.0"
49
- },
50
- "gitHead": "b723008e72e58277bb366eb176b9f06e1949eff8"
49
+ }
51
50
  }
@@ -147,7 +147,7 @@ describe('lifecycle hooks', () => {
147
147
  // the supergraph (even just formatting differences), this ID will change
148
148
  // and this test will have to updated.
149
149
  expect(secondCall[0]!.compositionId).toEqual(
150
- 'ed8cb418d55e7cd069f11d093b2ea29316e1a913a5757f383cc78ed399414104',
150
+ '4644102bb30ec7e254fac2577f78137bbab156cb965973ae481f309120738ff6',
151
151
  );
152
152
  // second call should have previous info in the second arg
153
153
  expect(secondCall[1]!.compositionId).toEqual(expectedFirstId);