@apollo/federation-internals 2.0.0-preview.5 → 2.0.0-preview.7
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/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
- _Nothing yet! Stay tuned!_
|
|
8
8
|
|
|
9
|
+
## v2.0.0-preview.7
|
|
10
|
+
|
|
11
|
+
- Released in sync with other federation packages but no changes to this package.
|
|
12
|
+
|
|
13
|
+
## v2.0.0-preview.6
|
|
14
|
+
|
|
15
|
+
- Released in sync with other federation packages but no changes to this package.
|
|
16
|
+
|
|
9
17
|
## v2.0.0-preview.5
|
|
10
18
|
|
|
11
19
|
- Fix propagation of `@tag` to the supergraph and allows @tag to be repeated. Additionally, merged directives (only `@tag` and `@deprecated` currently) are not allowed on external fields anymore [PR #1592](https://github.com/apollographql/federation/pull/1592).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apollo/federation-internals",
|
|
3
|
-
"version": "2.0.0-preview.
|
|
3
|
+
"version": "2.0.0-preview.7",
|
|
4
4
|
"description": "Apollo Federation internal utilities",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"graphql": "^16.0.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "8572831c6abf87749ba60dba161ae3ce7fb30ea8"
|
|
37
37
|
}
|