@graphql-hive/gateway-runtime 2.7.4 → 2.7.5-alpha-96dbcd7cc183bea8a2f6a6e7cf906c77d43b8a17
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @graphql-hive/gateway-runtime
|
|
2
2
|
|
|
3
|
+
## 2.7.5-alpha-96dbcd7cc183bea8a2f6a6e7cf906c77d43b8a17
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- Updated dependencies [[`b271f8a`](https://github.com/graphql-hive/gateway/commit/b271f8abe3834554e03dbe757f6d459ed0fe264e)]:
|
|
7
|
+
- @graphql-mesh/hmac-upstream-signature@2.0.10-alpha-96dbcd7cc183bea8a2f6a6e7cf906c77d43b8a17
|
|
8
|
+
|
|
3
9
|
## 2.7.4
|
|
4
10
|
### Patch Changes
|
|
5
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/gateway-runtime",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.5-alpha-96dbcd7cc183bea8a2f6a6e7cf906c77d43b8a17",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@graphql-hive/yoga": "^0.48.0",
|
|
57
57
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
|
58
58
|
"@graphql-mesh/fusion-runtime": "^1.7.0",
|
|
59
|
-
"@graphql-mesh/hmac-upstream-signature": "
|
|
59
|
+
"@graphql-mesh/hmac-upstream-signature": "2.0.10-alpha-96dbcd7cc183bea8a2f6a6e7cf906c77d43b8a17",
|
|
60
60
|
"@graphql-mesh/plugin-response-cache": "^0.104.18",
|
|
61
61
|
"@graphql-mesh/transport-common": "^1.0.15",
|
|
62
62
|
"@graphql-mesh/types": "^0.104.16",
|