@graphql-hive/plugin-aws-sigv4 2.0.47 → 2.0.48-alpha-7ef3d4c0e016c2ca6417fe1fc0139a1558e32e2f
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 +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @graphql-hive/plugin-aws-sigv4
|
|
2
2
|
|
|
3
|
+
## 2.0.48-alpha-7ef3d4c0e016c2ca6417fe1fc0139a1558e32e2f
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- Updated dependencies [[`7141c43`](https://github.com/graphql-hive/gateway/commit/7141c4334ad7ff919ae7863edda764a677d4b9b7)]:
|
|
7
|
+
- @graphql-mesh/fusion-runtime@1.10.5-alpha-7ef3d4c0e016c2ca6417fe1fc0139a1558e32e2f
|
|
8
|
+
|
|
3
9
|
## 2.0.47
|
|
4
10
|
### Patch Changes
|
|
5
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/plugin-aws-sigv4",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.48-alpha-7ef3d4c0e016c2ca6417fe1fc0139a1558e32e2f",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@aws-sdk/client-sts": "^3.995.0",
|
|
46
|
-
"@graphql-mesh/fusion-runtime": "
|
|
46
|
+
"@graphql-mesh/fusion-runtime": "1.10.5-alpha-7ef3d4c0e016c2ca6417fe1fc0139a1558e32e2f",
|
|
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.13.3",
|
|
53
|
-
"@graphql-hive/gateway-runtime": "2.9.
|
|
53
|
+
"@graphql-hive/gateway-runtime": "2.9.5-alpha-7ef3d4c0e016c2ca6417fe1fc0139a1558e32e2f",
|
|
54
54
|
"@types/aws4": "^1.11.6",
|
|
55
55
|
"graphql": "^16.12.0",
|
|
56
|
-
"graphql-yoga": "^5.
|
|
56
|
+
"graphql-yoga": "^5.21.1",
|
|
57
57
|
"pkgroll": "2.27.0"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false
|