@graphql-hive/nestjs 2.0.29-alpha-33aaa56f5cf67f3277f867322ab9b7f35d4a7cde → 2.0.29-alpha-59477cb7230d569ac49ecfea1fc944ce07cde014
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 +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @graphql-hive/nestjs
|
|
2
2
|
|
|
3
|
-
## 2.0.29-alpha-
|
|
3
|
+
## 2.0.29-alpha-59477cb7230d569ac49ecfea1fc944ce07cde014
|
|
4
4
|
### Patch Changes
|
|
5
5
|
|
|
6
6
|
- Updated dependencies [[`35dc306`](https://github.com/graphql-hive/gateway/commit/35dc306538df32d783f1f3a0745d088b9c9aeeb7), [`d55cefc`](https://github.com/graphql-hive/gateway/commit/d55cefc2819242fe1d5b77621b1f9ebfc546eba1), [`071b1e0`](https://github.com/graphql-hive/gateway/commit/071b1e0e5a8cc04bc2815fd8e77c5549727f7bb7), [`071b1e0`](https://github.com/graphql-hive/gateway/commit/071b1e0e5a8cc04bc2815fd8e77c5549727f7bb7)]:
|
|
7
|
-
- @graphql-hive/gateway@2.2.0-alpha-
|
|
7
|
+
- @graphql-hive/gateway@2.2.0-alpha-59477cb7230d569ac49ecfea1fc944ce07cde014
|
|
8
8
|
|
|
9
9
|
## 2.0.28
|
|
10
10
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/nestjs",
|
|
3
|
-
"version": "2.0.29-alpha-
|
|
3
|
+
"version": "2.0.29-alpha-59477cb7230d569ac49ecfea1fc944ce07cde014",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"graphql": "^15.9.0 || ^16.9.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@graphql-hive/gateway": "2.2.0-alpha-
|
|
48
|
+
"@graphql-hive/gateway": "2.2.0-alpha-59477cb7230d569ac49ecfea1fc944ce07cde014",
|
|
49
49
|
"@graphql-hive/logger": "^1.0.9",
|
|
50
50
|
"@graphql-mesh/types": "^0.104.16",
|
|
51
51
|
"@graphql-tools/utils": "^10.10.3",
|