@graphql-yoga/nestjs 3.18.0-alpha-20251120144328-f407246d4f94919701bf3bdd78b9ae60c7059269 → 3.18.0-alpha-20251128094703-6842aaa7a4f622b2cf843bfb105407509610830e

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,12 @@
1
1
  # @graphql-yoga/nestjs
2
2
 
3
- ## 3.18.0-alpha-20251120144328-f407246d4f94919701bf3bdd78b9ae60c7059269
3
+ ## 3.18.0-alpha-20251128094703-6842aaa7a4f622b2cf843bfb105407509610830e
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- [[`1961ad0`](https://github.com/graphql-hive/graphql-yoga/commit/1961ad0e249a36fe534798b0333992aa675e64a6)]:
9
- - graphql-yoga@5.17.0-alpha-20251120144328-f407246d4f94919701bf3bdd78b9ae60c7059269
8
+ [[`39432ef`](https://github.com/graphql-hive/graphql-yoga/commit/39432efd3ea699a1dd1cf952bab1f496e9729f53)]:
9
+ - graphql-yoga@5.17.0-alpha-20251128094703-6842aaa7a4f622b2cf843bfb105407509610830e
10
10
 
11
11
  ## 3.17.1
12
12
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-yoga/nestjs",
3
- "version": "3.18.0-alpha-20251120144328-f407246d4f94919701bf3bdd78b9ae60c7059269",
3
+ "version": "3.18.0-alpha-20251128094703-6842aaa7a4f622b2cf843bfb105407509610830e",
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.18.0-alpha-20251120144328-f407246d4f94919701bf3bdd78b9ae60c7059269",
3
+ "version": "3.18.0-alpha-20251128094703-6842aaa7a4f622b2cf843bfb105407509610830e",
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.17.0-alpha-20251120144328-f407246d4f94919701bf3bdd78b9ae60c7059269"
49
+ "graphql-yoga": "^5.17.0-alpha-20251128094703-6842aaa7a4f622b2cf843bfb105407509610830e"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@nestjs/common": "^11.0.0",
@@ -61,7 +61,7 @@
61
61
  "@whatwg-node/fetch": "^0.10.6",
62
62
  "express": "^5.0.0",
63
63
  "fastify": "^5.3.2",
64
- "glob": "^11.1.0",
64
+ "glob": "^13.0.0",
65
65
  "graphql": "16.12.0",
66
66
  "graphql-http": "^1.18.0",
67
67
  "graphql-ws": "^6.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.17.0-alpha-20251120144328-f407246d4f94919701bf3bdd78b9ae60c7059269"
74
+ "graphql-yoga": "^5.17.0-alpha-20251128094703-6842aaa7a4f622b2cf843bfb105407509610830e"
75
75
  },
76
76
  "publishConfig": {
77
77
  "access": "public"