@graphql-yoga/nestjs 3.17.1-alpha-20251107001855-a83347b43582da1136977c4fa18223720a1f346d → 3.17.1-alpha-20251107002006-52b1be0ff33c61bc6aaa34ddb716e948a35940cd
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 +2 -2
- package/dist/package.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @graphql-yoga/nestjs
|
|
2
2
|
|
|
3
|
-
## 3.17.1-alpha-
|
|
3
|
+
## 3.17.1-alpha-20251107002006-52b1be0ff33c61bc6aaa34ddb716e948a35940cd
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
8
|
[[`ba38629`](https://github.com/graphql-hive/graphql-yoga/commit/ba38629974f7ad353a28efd7ab83b7ffe938881c)]:
|
|
9
|
-
- graphql-yoga@5.16.2-alpha-
|
|
9
|
+
- graphql-yoga@5.16.2-alpha-20251107002006-52b1be0ff33c61bc6aaa34ddb716e948a35940cd
|
|
10
10
|
|
|
11
11
|
## 3.17.0
|
|
12
12
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-yoga/nestjs",
|
|
3
|
-
"version": "3.17.1-alpha-
|
|
3
|
+
"version": "3.17.1-alpha-20251107002006-52b1be0ff33c61bc6aaa34ddb716e948a35940cd",
|
|
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.1-alpha-
|
|
3
|
+
"version": "3.17.1-alpha-20251107002006-52b1be0ff33c61bc6aaa34ddb716e948a35940cd",
|
|
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.2-alpha-
|
|
49
|
+
"graphql-yoga": "^5.16.2-alpha-20251107002006-52b1be0ff33c61bc6aaa34ddb716e948a35940cd"
|
|
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.2-alpha-
|
|
74
|
+
"graphql-yoga": "^5.16.2-alpha-20251107002006-52b1be0ff33c61bc6aaa34ddb716e948a35940cd"
|
|
75
75
|
},
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|