@graphql-yoga/nestjs 3.14.0 → 3.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c

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,5 +1,14 @@
1
1
  # @graphql-yoga/nestjs
2
2
 
3
+ ## 3.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`f49ad93`](https://github.com/graphql-hive/graphql-yoga/commit/f49ad932dc8b40dfbfc9adbdf9b773263fce1aa0),
9
+ [`881e920`](https://github.com/graphql-hive/graphql-yoga/commit/881e92013cd5f6080587e7abaae05bc7599bb47c)]:
10
+ - graphql-yoga@5.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c
11
+
3
12
  ## 3.14.0
4
13
 
5
14
  ### Patch Changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-yoga/nestjs",
3
- "version": "3.14.0",
3
+ "version": "3.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c",
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",
3
+ "version": "3.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c",
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"
49
+ "graphql-yoga": "^5.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@nestjs/common": "^11.0.0",
@@ -57,7 +57,7 @@
57
57
  "@nestjs/testing": "^11.0.0",
58
58
  "@swc/core": "^1.3.35",
59
59
  "@types/express": "^5.0.0",
60
- "@types/glob": "^8.0.1",
60
+ "@types/glob": "^9.0.0",
61
61
  "@types/ws": "^8.5.4",
62
62
  "@whatwg-node/fetch": "^0.10.6",
63
63
  "express": "^5.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"
75
+ "graphql-yoga": "^5.15.0-alpha-20250711140541-881e92013cd5f6080587e7abaae05bc7599bb47c"
76
76
  },
77
77
  "publishConfig": {
78
78
  "access": "public"