@graphql-yoga/nestjs 3.14.0-alpha-20250627135604-0bd004c5d7da9a98eb2d34b742e2265fa9e2aa65 → 3.14.0-alpha-20250627141030-d6b6b350333a5e17acfcbdb8100c07ee5b7ae213
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 +4 -4
- package/dist/package.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @graphql-yoga/nestjs
|
|
2
2
|
|
|
3
|
-
## 3.14.0-alpha-
|
|
3
|
+
## 3.14.0-alpha-20250627141030-d6b6b350333a5e17acfcbdb8100c07ee5b7ae213
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
8
|
[[`5f75a42`](https://github.com/graphql-hive/graphql-yoga/commit/5f75a42c8a739fad10f951e2d4953495e93b743e),
|
|
9
|
-
[`
|
|
10
|
-
[`
|
|
11
|
-
- graphql-yoga@5.14.0-alpha-
|
|
9
|
+
[`98c82a5`](https://github.com/graphql-hive/graphql-yoga/commit/98c82a5d70040f488d72cfda52b8afa81b5da2a1),
|
|
10
|
+
[`98c82a5`](https://github.com/graphql-hive/graphql-yoga/commit/98c82a5d70040f488d72cfda52b8afa81b5da2a1)]:
|
|
11
|
+
- graphql-yoga@5.14.0-alpha-20250627141030-d6b6b350333a5e17acfcbdb8100c07ee5b7ae213
|
|
12
12
|
|
|
13
13
|
## 3.13.5
|
|
14
14
|
|
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-20250627141030-d6b6b350333a5e17acfcbdb8100c07ee5b7ae213",
|
|
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-20250627141030-d6b6b350333a5e17acfcbdb8100c07ee5b7ae213",
|
|
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-20250627141030-d6b6b350333a5e17acfcbdb8100c07ee5b7ae213"
|
|
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-20250627141030-d6b6b350333a5e17acfcbdb8100c07ee5b7ae213"
|
|
76
76
|
},
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|