@graphql-hive/gateway 1.16.4-alpha-855b47d8d9634e25e2247c976fb4baa42c1c6bec → 1.16.4-alpha-7b7af8f4751ba1aec0b54219f5e0c9d2e81fcb35

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 1.16.4-alpha-855b47d8d9634e25e2247c976fb4baa42c1c6bec
3
+ ## 1.16.4-alpha-7b7af8f4751ba1aec0b54219f5e0c9d2e81fcb35
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`3db01cf`](https://github.com/graphql-hive/gateway/commit/3db01cfcd12d6030188b2fbc199cc67e6ec0cd18)]:
8
- - @graphql-hive/plugin-aws-sigv4@1.0.19-alpha-855b47d8d9634e25e2247c976fb4baa42c1c6bec
7
+ - Updated dependencies [[`20939e0`](https://github.com/graphql-hive/gateway/commit/20939e076dc32969d56cf97a7b587ba8a31819aa)]:
8
+ - @graphql-hive/plugin-aws-sigv4@1.0.19-alpha-7b7af8f4751ba1aec0b54219f5e0c9d2e81fcb35
9
9
 
10
10
  ## 1.16.3
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "1.16.4-alpha-855b47d8d9634e25e2247c976fb4baa42c1c6bec",
3
+ "version": "1.16.4-alpha-7b7af8f4751ba1aec0b54219f5e0c9d2e81fcb35",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,7 +55,7 @@
55
55
  "@escape.tech/graphql-armor-max-tokens": "^2.5.0",
56
56
  "@graphql-hive/gateway-runtime": "^1.10.3",
57
57
  "@graphql-hive/importer": "^1.1.0",
58
- "@graphql-hive/plugin-aws-sigv4": "1.0.19-alpha-855b47d8d9634e25e2247c976fb4baa42c1c6bec",
58
+ "@graphql-hive/plugin-aws-sigv4": "1.0.19-alpha-7b7af8f4751ba1aec0b54219f5e0c9d2e81fcb35",
59
59
  "@graphql-hive/plugin-deduplicate-request": "^1.0.4",
60
60
  "@graphql-hive/pubsub": "^1.0.0",
61
61
  "@graphql-mesh/cache-cfw-kv": "^0.105.7",