@graphql-yoga/nestjs 3.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c → 3.15.1-alpha-20250711191504-e1433b0f4f09644e234e02698853210226d481b8

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,21 @@
1
1
  # @graphql-yoga/nestjs
2
2
 
3
- ## 3.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c
3
+ ## 3.15.1-alpha-20250711191504-e1433b0f4f09644e234e02698853210226d481b8
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- [[`f49ad93`](https://github.com/graphql-hive/graphql-yoga/commit/f49ad932dc8b40dfbfc9adbdf9b773263fce1aa0),
9
- [`881e920`](https://github.com/graphql-hive/graphql-yoga/commit/881e92013cd5f6080587e7abaae05bc7599bb47c)]:
10
- - graphql-yoga@5.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c
8
+ [[`e1433b0`](https://github.com/graphql-hive/graphql-yoga/commit/e1433b0f4f09644e234e02698853210226d481b8)]:
9
+ - graphql-yoga@5.15.1-alpha-20250711191504-e1433b0f4f09644e234e02698853210226d481b8
10
+
11
+ ## 3.15.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ [[`ccb5c53`](https://github.com/graphql-hive/graphql-yoga/commit/ccb5c536a81165a8581e63341c5a80109fe15cf5),
17
+ [`ccb5c53`](https://github.com/graphql-hive/graphql-yoga/commit/ccb5c536a81165a8581e63341c5a80109fe15cf5)]:
18
+ - graphql-yoga@5.15.0
11
19
 
12
20
  ## 3.14.0
13
21
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-yoga/nestjs",
3
- "version": "3.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c",
3
+ "version": "3.15.1-alpha-20250711191504-e1433b0f4f09644e234e02698853210226d481b8",
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.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c",
3
+ "version": "3.15.1-alpha-20250711191504-e1433b0f4f09644e234e02698853210226d481b8",
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.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c"
49
+ "graphql-yoga": "^5.15.1-alpha-20250711191504-e1433b0f4f09644e234e02698853210226d481b8"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@nestjs/common": "^11.0.0",
@@ -72,7 +72,7 @@
72
72
  "subscriptions-transport-ws": "^0.11.0",
73
73
  "tslib": "^2.8.1",
74
74
  "ws": "^8.12.1",
75
- "graphql-yoga": "^5.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c"
75
+ "graphql-yoga": "^5.15.1-alpha-20250711191504-e1433b0f4f09644e234e02698853210226d481b8"
76
76
  },
77
77
  "publishConfig": {
78
78
  "access": "public"