@graphql-hive/plugin-aws-sigv4 2.0.17-alpha-341f8ffd77382df8054427f7d1164b8a43b73654 → 2.0.17-alpha-6ae9cb2f5864070700af151d69183bed525ea10b
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 +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @graphql-hive/plugin-aws-sigv4
|
|
2
2
|
|
|
3
|
-
## 2.0.17-alpha-
|
|
3
|
+
## 2.0.17-alpha-6ae9cb2f5864070700af151d69183bed525ea10b
|
|
4
4
|
### Patch Changes
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
- [#1683](https://github.com/graphql-hive/gateway/pull/1683) [`
|
|
8
|
+
- [#1683](https://github.com/graphql-hive/gateway/pull/1683) [`d6590eb`](https://github.com/graphql-hive/gateway/commit/d6590eb2d96127edaa58bbf95624cd81dce82728) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
|
9
9
|
|
|
10
10
|
- Updated dependency [`@aws-sdk/client-sts@^3.928.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.928.0) (from `^3.927.0`, in `dependencies`)
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/plugin-aws-sigv4",
|
|
3
|
-
"version": "2.0.17-alpha-
|
|
3
|
+
"version": "2.0.17-alpha-6ae9cb2f5864070700af151d69183bed525ea10b",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@apollo/subgraph": "^2.11.3",
|
|
53
|
-
"@graphql-hive/gateway-runtime": "2.3.5-alpha-
|
|
53
|
+
"@graphql-hive/gateway-runtime": "2.3.5-alpha-6ae9cb2f5864070700af151d69183bed525ea10b",
|
|
54
54
|
"@types/aws4": "^1.11.6",
|
|
55
55
|
"graphql": "^16.12.0",
|
|
56
56
|
"graphql-yoga": "^5.16.2",
|