@graphql-yoga/nestjs 3.13.6-alpha-20250627140238-ad0c494042128d955826efccab348dbbb9290e97 → 3.14.0-alpha-20250623081758-3cc81b0e170e2de2f529e9c759062f8a540a794b

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,12 +1,13 @@
1
1
  # @graphql-yoga/nestjs
2
2
 
3
- ## 3.13.6-alpha-20250627140238-ad0c494042128d955826efccab348dbbb9290e97
3
+ ## 3.14.0-alpha-20250623081758-3cc81b0e170e2de2f529e9c759062f8a540a794b
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- [[`5f75a42`](https://github.com/graphql-hive/graphql-yoga/commit/5f75a42c8a739fad10f951e2d4953495e93b743e)]:
9
- - graphql-yoga@5.13.6-alpha-20250627140238-ad0c494042128d955826efccab348dbbb9290e97
8
+ [[`530e9e4`](https://github.com/graphql-hive/graphql-yoga/commit/530e9e4b6364a23468dee56b90f98a5c87b14c0a),
9
+ [`969b829`](https://github.com/graphql-hive/graphql-yoga/commit/969b829127f9a7e353b4717eda0f880e25f58902)]:
10
+ - graphql-yoga@5.14.0-alpha-20250623081758-3cc81b0e170e2de2f529e9c759062f8a540a794b
10
11
 
11
12
  ## 3.13.5
12
13
 
@@ -440,6 +441,7 @@
440
441
  - [#2864](https://github.com/dotansimha/graphql-yoga/pull/2864)
441
442
  [`9feb88f6`](https://github.com/dotansimha/graphql-yoga/commit/9feb88f6804ce05c28deb4c442fc21c0f23b8db8)
442
443
  Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
444
+
443
445
  - Updated dependency
444
446
  [`@nestjs/common@^10.0.0` ↗︎](https://www.npmjs.com/package/@nestjs/common/v/10.0.0) (from
445
447
  `^8.4.7 || ^9.0.0`, in `peerDependencies`)
@@ -524,6 +526,7 @@
524
526
  Thanks [@enisdenjo](https://github.com/enisdenjo)! - GraphQL Yoga driver for NestJS GraphQL.
525
527
 
526
528
  ### BREAKING CHANGES
529
+
527
530
  - No more `subscriptionWithFilter` in YogaBaseDriver.
528
531
  - `YogaBaseDriver.yogaInstance` has been renamed to `YogaBaseDriver.yoga`
529
532
  - `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.13.6-alpha-20250627140238-ad0c494042128d955826efccab348dbbb9290e97",
3
+ "version": "3.14.0-alpha-20250623081758-3cc81b0e170e2de2f529e9c759062f8a540a794b",
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.13.6-alpha-20250627140238-ad0c494042128d955826efccab348dbbb9290e97",
3
+ "version": "3.14.0-alpha-20250623081758-3cc81b0e170e2de2f529e9c759062f8a540a794b",
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.13.6-alpha-20250627140238-ad0c494042128d955826efccab348dbbb9290e97"
49
+ "graphql-yoga": "^5.14.0-alpha-20250623081758-3cc81b0e170e2de2f529e9c759062f8a540a794b"
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.13.6-alpha-20250627140238-ad0c494042128d955826efccab348dbbb9290e97"
75
+ "graphql-yoga": "^5.14.0-alpha-20250623081758-3cc81b0e170e2de2f529e9c759062f8a540a794b"
76
76
  },
77
77
  "publishConfig": {
78
78
  "access": "public"