@graphql-hive/plugin-aws-sigv4 2.0.18-alpha-69c4d19643f57268271203fbf82c3b8687f13723 → 2.0.18-alpha-c168ad8d482c7fc490a7a6cb1577a64cb15f7e0c
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @graphql-hive/plugin-aws-sigv4
|
|
2
2
|
|
|
3
|
-
## 2.0.18-alpha-
|
|
3
|
+
## 2.0.18-alpha-c168ad8d482c7fc490a7a6cb1577a64cb15f7e0c
|
|
4
4
|
### Patch Changes
|
|
5
5
|
|
|
6
6
|
- Updated dependencies [[`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9)]:
|
|
7
|
-
- @graphql-mesh/fusion-runtime@1.6.0-alpha-
|
|
7
|
+
- @graphql-mesh/fusion-runtime@1.6.0-alpha-c168ad8d482c7fc490a7a6cb1577a64cb15f7e0c
|
|
8
8
|
|
|
9
9
|
## 2.0.17
|
|
10
10
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/plugin-aws-sigv4",
|
|
3
|
-
"version": "2.0.18-alpha-
|
|
3
|
+
"version": "2.0.18-alpha-c168ad8d482c7fc490a7a6cb1577a64cb15f7e0c",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@aws-sdk/client-sts": "^3.931.0",
|
|
46
|
-
"@graphql-mesh/fusion-runtime": "1.6.0-alpha-
|
|
46
|
+
"@graphql-mesh/fusion-runtime": "1.6.0-alpha-c168ad8d482c7fc490a7a6cb1577a64cb15f7e0c",
|
|
47
47
|
"@whatwg-node/promise-helpers": "^1.3.2",
|
|
48
48
|
"aws4": "1.13.2",
|
|
49
49
|
"tslib": "^2.8.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@apollo/subgraph": "^2.11.3",
|
|
53
|
-
"@graphql-hive/gateway-runtime": "2.
|
|
53
|
+
"@graphql-hive/gateway-runtime": "2.3.6-alpha-c168ad8d482c7fc490a7a6cb1577a64cb15f7e0c",
|
|
54
54
|
"@types/aws4": "^1.11.6",
|
|
55
55
|
"graphql": "^16.12.0",
|
|
56
56
|
"graphql-yoga": "^5.16.2",
|