@graphql-hive/nestjs 2.0.26-rc-b3789057073277d12409148657fd01b437d097ab → 2.0.27-alpha-1406d40eb5971e95fb5af02b2be933001b5483d3
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 +8 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
# @graphql-hive/nestjs
|
|
2
2
|
|
|
3
|
-
## 2.0.
|
|
3
|
+
## 2.0.27-alpha-1406d40eb5971e95fb5af02b2be933001b5483d3
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- Updated dependencies [[`7321d7b`](https://github.com/graphql-hive/gateway/commit/7321d7b00b3bfa59ab263346018e630819cc2c3a)]:
|
|
7
|
+
- @graphql-hive/gateway@2.1.22-alpha-1406d40eb5971e95fb5af02b2be933001b5483d3
|
|
8
|
+
|
|
9
|
+
## 2.0.26
|
|
4
10
|
### Patch Changes
|
|
5
11
|
|
|
6
12
|
- Updated dependencies []:
|
|
7
|
-
- @graphql-hive/gateway@2.1.21
|
|
13
|
+
- @graphql-hive/gateway@2.1.21
|
|
8
14
|
|
|
9
15
|
## 2.0.25
|
|
10
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/nestjs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.27-alpha-1406d40eb5971e95fb5af02b2be933001b5483d3",
|
|
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.1.
|
|
48
|
+
"@graphql-hive/gateway": "2.1.22-alpha-1406d40eb5971e95fb5af02b2be933001b5483d3",
|
|
49
49
|
"@graphql-hive/logger": "^1.0.9",
|
|
50
50
|
"@graphql-mesh/types": "^0.104.16",
|
|
51
51
|
"@graphql-tools/utils": "^10.10.3",
|