@graphql-yoga/nestjs 3.16.0-alpha-20250916132703-51ca3926ff61e16cf1712cc2c43b230ff2a759b4 → 3.16.0-alpha-20250916134242-84e37e7f34704aa7434b00ca67392c98179ef766

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 CHANGED
@@ -1,13 +1,14 @@
1
1
  # @graphql-yoga/nestjs
2
2
 
3
- ## 3.16.0-alpha-20250916132703-51ca3926ff61e16cf1712cc2c43b230ff2a759b4
3
+ ## 3.16.0-alpha-20250916134242-84e37e7f34704aa7434b00ca67392c98179ef766
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
8
  [[`a4e1c5f`](https://github.com/graphql-hive/graphql-yoga/commit/a4e1c5f8bfbaada3ffea4a7a2b090ce7e015e715),
9
+ [`05b590d`](https://github.com/graphql-hive/graphql-yoga/commit/05b590dd5b115c8d0ca4208e847dc02b0db424ab),
9
10
  [`0a7a635`](https://github.com/graphql-hive/graphql-yoga/commit/0a7a635f60886e6ecaa9a5e4245c15a00f9d9737)]:
10
- - graphql-yoga@5.16.0-alpha-20250916132703-51ca3926ff61e16cf1712cc2c43b230ff2a759b4
11
+ - graphql-yoga@5.16.0-alpha-20250916134242-84e37e7f34704aa7434b00ca67392c98179ef766
11
12
 
12
13
  ## 3.15.2
13
14
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-yoga/nestjs",
3
- "version": "3.16.0-alpha-20250916132703-51ca3926ff61e16cf1712cc2c43b230ff2a759b4",
3
+ "version": "3.16.0-alpha-20250916134242-84e37e7f34704aa7434b00ca67392c98179ef766",
4
4
  "description": "GraphQL Yoga driver for NestJS GraphQL.",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-yoga/nestjs",
3
- "version": "3.16.0-alpha-20250916132703-51ca3926ff61e16cf1712cc2c43b230ff2a759b4",
3
+ "version": "3.16.0-alpha-20250916134242-84e37e7f34704aa7434b00ca67392c98179ef766",
4
4
  "type": "module",
5
5
  "description": "GraphQL Yoga driver for NestJS GraphQL.",
6
6
  "repository": {
@@ -46,7 +46,7 @@
46
46
  "@nestjs/core": "^11.0.0",
47
47
  "@nestjs/graphql": "^13.0.0",
48
48
  "graphql": "^15.0.0 || ^16.0.0",
49
- "graphql-yoga": "^5.16.0-alpha-20250916132703-51ca3926ff61e16cf1712cc2c43b230ff2a759b4"
49
+ "graphql-yoga": "^5.16.0-alpha-20250916134242-84e37e7f34704aa7434b00ca67392c98179ef766"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@nestjs/common": "^11.0.0",
@@ -71,7 +71,7 @@
71
71
  "subscriptions-transport-ws": "^0.11.0",
72
72
  "tslib": "^2.8.1",
73
73
  "ws": "^8.12.1",
74
- "graphql-yoga": "^5.16.0-alpha-20250916132703-51ca3926ff61e16cf1712cc2c43b230ff2a759b4"
74
+ "graphql-yoga": "^5.16.0-alpha-20250916134242-84e37e7f34704aa7434b00ca67392c98179ef766"
75
75
  },
76
76
  "publishConfig": {
77
77
  "access": "public"