@graphql-yoga/nestjs 3.19.1-alpha-20251226103428-9029a76a85124f1cb6b8d622e119479c52350e08 → 3.19.1-alpha-20251226143409-e80d60adf047757cd982b6dbeb9d745986781925
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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @graphql-yoga/nestjs
|
|
2
2
|
|
|
3
|
-
## 3.19.1-alpha-
|
|
3
|
+
## 3.19.1-alpha-20251226143409-e80d60adf047757cd982b6dbeb9d745986781925
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
8
|
[[`f8911bf`](https://github.com/graphql-hive/graphql-yoga/commit/f8911bff4be26fd85aaa505a8388b46420814b51)]:
|
|
9
|
-
- graphql-yoga@5.18.1-alpha-
|
|
9
|
+
- graphql-yoga@5.18.1-alpha-20251226143409-e80d60adf047757cd982b6dbeb9d745986781925
|
|
10
10
|
|
|
11
11
|
## 3.19.0
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-yoga/nestjs",
|
|
3
|
-
"version": "3.19.1-alpha-
|
|
3
|
+
"version": "3.19.1-alpha-20251226143409-e80d60adf047757cd982b6dbeb9d745986781925",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "GraphQL Yoga driver for NestJS GraphQL.",
|
|
6
6
|
"repository": {
|