@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 +12 -4
- package/dist/package.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
# @graphql-yoga/nestjs
|
|
2
2
|
|
|
3
|
-
## 3.15.
|
|
3
|
+
## 3.15.1-alpha-20250711191504-e1433b0f4f09644e234e02698853210226d481b8
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
[[`
|
|
9
|
-
|
|
10
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
75
|
+
"graphql-yoga": "^5.15.1-alpha-20250711191504-e1433b0f4f09644e234e02698853210226d481b8"
|
|
76
76
|
},
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|