@graphql-yoga/nestjs 3.17.0-alpha-20251104153935-024e4f46cdc9bf87196178a719b0e241add67748 → 3.17.0

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,6 +1,6 @@
1
1
  # @graphql-yoga/nestjs
2
2
 
3
- ## 3.17.0-alpha-20251104153935-024e4f46cdc9bf87196178a719b0e241add67748
3
+ ## 3.17.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,9 +13,9 @@
13
13
 
14
14
  - Updated dependencies
15
15
  [[`6f83cea`](https://github.com/graphql-hive/graphql-yoga/commit/6f83cea1aa1e2166664304f6853e7d5f88f0739a),
16
- [`024e4f4`](https://github.com/graphql-hive/graphql-yoga/commit/024e4f46cdc9bf87196178a719b0e241add67748),
16
+ [`e1f52b6`](https://github.com/graphql-hive/graphql-yoga/commit/e1f52b656c30e94d13d050a9211740c5b1d49913),
17
17
  [`6f83cea`](https://github.com/graphql-hive/graphql-yoga/commit/6f83cea1aa1e2166664304f6853e7d5f88f0739a)]:
18
- - graphql-yoga@5.16.1-alpha-20251104153935-024e4f46cdc9bf87196178a719b0e241add67748
18
+ - graphql-yoga@5.16.1
19
19
 
20
20
  ## 3.16.0
21
21
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-yoga/nestjs",
3
- "version": "3.17.0-alpha-20251104153935-024e4f46cdc9bf87196178a719b0e241add67748",
3
+ "version": "3.17.0",
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.17.0-alpha-20251104153935-024e4f46cdc9bf87196178a719b0e241add67748",
3
+ "version": "3.17.0",
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.1-alpha-20251104153935-024e4f46cdc9bf87196178a719b0e241add67748"
49
+ "graphql-yoga": "^5.16.1"
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.1-alpha-20251104153935-024e4f46cdc9bf87196178a719b0e241add67748"
74
+ "graphql-yoga": "^5.16.1"
75
75
  },
76
76
  "publishConfig": {
77
77
  "access": "public"