@graphql-hive/gateway 1.16.6-alpha-9959bed9bb2592bdd3d79de7feba659f358f80e3 → 1.16.6-alpha-2a9c1eaf2af7974be4e44d8087328881d0b10f19

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 1.16.6-alpha-9959bed9bb2592bdd3d79de7feba659f358f80e3
3
+ ## 1.16.6-alpha-2a9c1eaf2af7974be4e44d8087328881d0b10f19
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -11,7 +11,7 @@
11
11
  - Updated dependency [`@graphql-tools/graphql-file-loader@^8.1.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-file-loader/v/8.1.0) (from `^8.0.22`, in `dependencies`)
12
12
  - Updated dependency [`dotenv@^17.2.2` ↗︎](https://www.npmjs.com/package/dotenv/v/17.2.2) (from `^17.2.1`, in `dependencies`)
13
13
  - Updated dependencies [[`9959bed`](https://github.com/graphql-hive/gateway/commit/9959bed9bb2592bdd3d79de7feba659f358f80e3)]:
14
- - @graphql-hive/plugin-aws-sigv4@1.0.20-alpha-9959bed9bb2592bdd3d79de7feba659f358f80e3
14
+ - @graphql-hive/plugin-aws-sigv4@1.0.20-alpha-2a9c1eaf2af7974be4e44d8087328881d0b10f19
15
15
 
16
16
  ## 1.16.5
17
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "1.16.6-alpha-9959bed9bb2592bdd3d79de7feba659f358f80e3",
3
+ "version": "1.16.6-alpha-2a9c1eaf2af7974be4e44d8087328881d0b10f19",
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.11.1",
57
57
  "@graphql-hive/importer": "^1.1.0",
58
- "@graphql-hive/plugin-aws-sigv4": "1.0.20-alpha-9959bed9bb2592bdd3d79de7feba659f358f80e3",
58
+ "@graphql-hive/plugin-aws-sigv4": "1.0.20-alpha-2a9c1eaf2af7974be4e44d8087328881d0b10f19",
59
59
  "@graphql-hive/plugin-deduplicate-request": "^1.0.5",
60
60
  "@graphql-hive/pubsub": "^1.0.0",
61
61
  "@graphql-mesh/cache-cfw-kv": "^0.105.8",