@graphql-hive/gateway 1.16.3 → 1.16.4-alpha-429d085f2931b4c41e732d69c72f951833c127c4

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 +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
+ ## 1.16.4-alpha-429d085f2931b4c41e732d69c72f951833c127c4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1d7656f`](https://github.com/graphql-hive/gateway/commit/1d7656fd6feaf882dfeea7e7add3b5e6d8e7de48)]:
8
+ - @graphql-hive/plugin-aws-sigv4@1.0.19-alpha-429d085f2931b4c41e732d69c72f951833c127c4
9
+
3
10
  ## 1.16.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "1.16.3",
3
+ "version": "1.16.4-alpha-429d085f2931b4c41e732d69c72f951833c127c4",
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.18",
58
+ "@graphql-hive/plugin-aws-sigv4": "1.0.19-alpha-429d085f2931b4c41e732d69c72f951833c127c4",
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",
@@ -106,7 +106,7 @@
106
106
  "bun": "^1.2.18",
107
107
  "graphql": "^16.9.0",
108
108
  "parse-duration": "^2.0.0",
109
- "pkgroll": "2.15.0",
109
+ "pkgroll": "2.15.3",
110
110
  "postject": "^1.0.0-alpha.6",
111
111
  "rimraf": "^6.0.1",
112
112
  "rollup": "4.44.0",