@graphql-hive/gateway 1.16.4-alpha-d307022a0d85ed6d1307d7176d0415c16e2d8063 → 1.16.4-alpha-f3666b80d7c8c2dfbfbc4fb3ce0781b18523a604

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 +4 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 1.16.4-alpha-d307022a0d85ed6d1307d7176d0415c16e2d8063
3
+ ## 1.16.4-alpha-f3666b80d7c8c2dfbfbc4fb3ce0781b18523a604
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#1401](https://github.com/graphql-hive/gateway/pull/1401) [`d307022`](https://github.com/graphql-hive/gateway/commit/d307022a0d85ed6d1307d7176d0415c16e2d8063) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
7
+ - [#1402](https://github.com/graphql-hive/gateway/pull/1402) [`f3666b8`](https://github.com/graphql-hive/gateway/commit/f3666b80d7c8c2dfbfbc4fb3ce0781b18523a604) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
8
8
  - Updated dependency [`@escape.tech/graphql-armor-max-depth@^2.4.2` ↗︎](https://www.npmjs.com/package/@escape.tech/graphql-armor-max-depth/v/2.4.2) (from `^2.4.0`, in `dependencies`)
9
9
 
10
- - Updated dependencies [[`d307022`](https://github.com/graphql-hive/gateway/commit/d307022a0d85ed6d1307d7176d0415c16e2d8063)]:
11
- - @graphql-hive/plugin-aws-sigv4@1.0.19-alpha-d307022a0d85ed6d1307d7176d0415c16e2d8063
10
+ - Updated dependencies [[`f3666b8`](https://github.com/graphql-hive/gateway/commit/f3666b80d7c8c2dfbfbc4fb3ce0781b18523a604)]:
11
+ - @graphql-hive/plugin-aws-sigv4@1.0.19-alpha-f3666b80d7c8c2dfbfbc4fb3ce0781b18523a604
12
12
 
13
13
  ## 1.16.3
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "1.16.4-alpha-d307022a0d85ed6d1307d7176d0415c16e2d8063",
3
+ "version": "1.16.4-alpha-f3666b80d7c8c2dfbfbc4fb3ce0781b18523a604",
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-d307022a0d85ed6d1307d7176d0415c16e2d8063",
58
+ "@graphql-hive/plugin-aws-sigv4": "1.0.19-alpha-f3666b80d7c8c2dfbfbc4fb3ce0781b18523a604",
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",