@graphql-yoga/nestjs-federation 3.19.1-alpha-20251226155354-960b0754290f64b714e8765cc8543968a88fc8c1 → 3.19.1-alpha-20251226160830-0bf7e5bcc7b9618b7deed66f4d1501a172b47440
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 +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @graphql-yoga/nestjs-federation
|
|
2
2
|
|
|
3
|
-
## 3.19.1-alpha-
|
|
3
|
+
## 3.19.1-alpha-20251226160830-0bf7e5bcc7b9618b7deed66f4d1501a172b47440
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
(from `^5.3.0`, in `dependencies`)
|
|
16
16
|
- Updated dependencies
|
|
17
17
|
[[`f8911bf`](https://github.com/graphql-hive/graphql-yoga/commit/f8911bff4be26fd85aaa505a8388b46420814b51)]:
|
|
18
|
-
- @graphql-yoga/plugin-apollo-inline-trace@3.18.1-alpha-
|
|
19
|
-
- @graphql-yoga/nestjs@3.19.1-alpha-
|
|
18
|
+
- @graphql-yoga/plugin-apollo-inline-trace@3.18.1-alpha-20251226160830-0bf7e5bcc7b9618b7deed66f4d1501a172b47440
|
|
19
|
+
- @graphql-yoga/nestjs@3.19.1-alpha-20251226160830-0bf7e5bcc7b9618b7deed66f4d1501a172b47440
|
|
20
20
|
|
|
21
21
|
## 3.19.0
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-yoga/nestjs-federation",
|
|
3
|
-
"version": "3.19.1-alpha-
|
|
3
|
+
"version": "3.19.1-alpha-20251226160830-0bf7e5bcc7b9618b7deed66f4d1501a172b47440",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
|
|
6
6
|
"repository": {
|