@graphql-yoga/nestjs 3.14.0-alpha-20250624090104-df7ff2613978aa1189adec7504ae66e91c8e0b36 → 3.14.0-alpha-20250626081457-d6b880f8f587a9246b78616d111b99c8c9e9fe8d
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 +5 -6
- package/dist/package.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# @graphql-yoga/nestjs
|
|
2
2
|
|
|
3
|
-
## 3.14.0-alpha-
|
|
3
|
+
## 3.14.0-alpha-20250626081457-d6b880f8f587a9246b78616d111b99c8c9e9fe8d
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
[[`
|
|
9
|
-
[`
|
|
10
|
-
-
|
|
8
|
+
[[`5f75a42`](https://github.com/graphql-hive/graphql-yoga/commit/5f75a42c8a739fad10f951e2d4953495e93b743e),
|
|
9
|
+
[`0df476e`](https://github.com/graphql-hive/graphql-yoga/commit/0df476ecf1efeb13c1768b6fb429a147494b6d0f),
|
|
10
|
+
[`e83fd0b`](https://github.com/graphql-hive/graphql-yoga/commit/e83fd0b6a60319eea6130d0d5d49b3c941ae814d)]:
|
|
11
|
+
- graphql-yoga@5.14.0-alpha-20250626081457-d6b880f8f587a9246b78616d111b99c8c9e9fe8d
|
|
11
12
|
|
|
12
13
|
## 3.13.5
|
|
13
14
|
|
|
@@ -441,7 +442,6 @@
|
|
|
441
442
|
- [#2864](https://github.com/dotansimha/graphql-yoga/pull/2864)
|
|
442
443
|
[`9feb88f6`](https://github.com/dotansimha/graphql-yoga/commit/9feb88f6804ce05c28deb4c442fc21c0f23b8db8)
|
|
443
444
|
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
444
|
-
|
|
445
445
|
- Updated dependency
|
|
446
446
|
[`@nestjs/common@^10.0.0` ↗︎](https://www.npmjs.com/package/@nestjs/common/v/10.0.0) (from
|
|
447
447
|
`^8.4.7 || ^9.0.0`, in `peerDependencies`)
|
|
@@ -526,7 +526,6 @@
|
|
|
526
526
|
Thanks [@enisdenjo](https://github.com/enisdenjo)! - GraphQL Yoga driver for NestJS GraphQL.
|
|
527
527
|
|
|
528
528
|
### BREAKING CHANGES
|
|
529
|
-
|
|
530
529
|
- No more `subscriptionWithFilter` in YogaBaseDriver.
|
|
531
530
|
- `YogaBaseDriver.yogaInstance` has been renamed to `YogaBaseDriver.yoga`
|
|
532
531
|
- `YogaBaseDriver` has been renamed to `AbstractYogaDriver`
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-yoga/nestjs",
|
|
3
|
-
"version": "3.14.0-alpha-
|
|
3
|
+
"version": "3.14.0-alpha-20250626081457-d6b880f8f587a9246b78616d111b99c8c9e9fe8d",
|
|
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.14.0-alpha-
|
|
3
|
+
"version": "3.14.0-alpha-20250626081457-d6b880f8f587a9246b78616d111b99c8c9e9fe8d",
|
|
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.14.0-alpha-
|
|
49
|
+
"graphql-yoga": "^5.14.0-alpha-20250626081457-d6b880f8f587a9246b78616d111b99c8c9e9fe8d"
|
|
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.14.0-alpha-
|
|
75
|
+
"graphql-yoga": "^5.14.0-alpha-20250626081457-d6b880f8f587a9246b78616d111b99c8c9e9fe8d"
|
|
76
76
|
},
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|