@graphql-yoga/nestjs-federation 3.19.1-alpha-20260115094341-63d17ec3eb77c7b877a57f0ac9ff3276246bfb6e → 3.19.1-alpha-20260116123221-00be7ff3144cd673842095ee2de4313d4c41e4e7

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 +5 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @graphql-yoga/nestjs-federation
2
2
 
3
- ## 3.19.1-alpha-20260115094341-63d17ec3eb77c7b877a57f0ac9ff3276246bfb6e
3
+ ## 3.19.1-alpha-20260116123221-00be7ff3144cd673842095ee2de4313d4c41e4e7
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#4320](https://github.com/graphql-hive/graphql-yoga/pull/4320)
8
- [`6b7a1fc`](https://github.com/graphql-hive/graphql-yoga/commit/6b7a1fcdbe8691f084e33f062c209fa079174320)
8
+ [`519f73b`](https://github.com/graphql-hive/graphql-yoga/commit/519f73bc80c8d3d8c19c14a0f59e01ef48dc5a00)
9
9
  Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
10
10
  - Updated dependency
11
11
  [`@envelop/apollo-federation@workspace:^` ↗︎](https://www.npmjs.com/package/@envelop/apollo-federation/v/workspace:^)
@@ -19,9 +19,9 @@
19
19
  - Added dependency [`rxjs@^7.1.0` ↗︎](https://www.npmjs.com/package/rxjs/v/7.1.0) (to
20
20
  `peerDependencies`)
21
21
  - Updated dependencies
22
- [[`6b7a1fc`](https://github.com/graphql-hive/graphql-yoga/commit/6b7a1fcdbe8691f084e33f062c209fa079174320)]:
23
- - @graphql-yoga/plugin-apollo-inline-trace@3.18.1-alpha-20260115094341-63d17ec3eb77c7b877a57f0ac9ff3276246bfb6e
24
- - @graphql-yoga/nestjs@3.19.1-alpha-20260115094341-63d17ec3eb77c7b877a57f0ac9ff3276246bfb6e
22
+ [[`519f73b`](https://github.com/graphql-hive/graphql-yoga/commit/519f73bc80c8d3d8c19c14a0f59e01ef48dc5a00)]:
23
+ - @graphql-yoga/plugin-apollo-inline-trace@3.18.1-alpha-20260116123221-00be7ff3144cd673842095ee2de4313d4c41e4e7
24
+ - @graphql-yoga/nestjs@3.19.1-alpha-20260116123221-00be7ff3144cd673842095ee2de4313d4c41e4e7
25
25
 
26
26
  ## 3.19.0
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-yoga/nestjs-federation",
3
- "version": "3.19.1-alpha-20260115094341-63d17ec3eb77c7b877a57f0ac9ff3276246bfb6e",
3
+ "version": "3.19.1-alpha-20260116123221-00be7ff3144cd673842095ee2de4313d4c41e4e7",
4
4
  "type": "module",
5
5
  "description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
6
6
  "repository": {