@graphql-hive/plugin-aws-sigv4 2.0.17-alpha-84d38f69647cf6c214efc7a5a1aa55b5ee7a04a7 → 2.0.17-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a

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 +2 -7
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/plugin-aws-sigv4
2
2
 
3
- ## 2.0.17-alpha-84d38f69647cf6c214efc7a5a1aa55b5ee7a04a7
3
+ ## 2.0.17-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -18,13 +18,8 @@
18
18
  - [#1694](https://github.com/graphql-hive/gateway/pull/1694) [`095aaf1`](https://github.com/graphql-hive/gateway/commit/095aaf1af4b675f4eb7687fe1fc11ea48239c34d) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
19
19
 
20
20
  - Updated dependency [`@aws-sdk/client-sts@^3.930.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.930.0) (from `^3.929.0`, in `dependencies`)
21
-
22
-
23
- - [#1696](https://github.com/graphql-hive/gateway/pull/1696) [`6ba9519`](https://github.com/graphql-hive/gateway/commit/6ba951919ab3b2d2ce0d459e68f5d2929141b55e) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
24
-
25
- - Updated dependency [`@aws-sdk/client-sts@^3.931.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.931.0) (from `^3.930.0`, in `dependencies`)
26
21
  - Updated dependencies [[`7ecaf7e`](https://github.com/graphql-hive/gateway/commit/7ecaf7e8f658c4e4c1a91d1e8db3c1a8ceca51cb)]:
27
- - @graphql-mesh/fusion-runtime@1.5.1-alpha-84d38f69647cf6c214efc7a5a1aa55b5ee7a04a7
22
+ - @graphql-mesh/fusion-runtime@1.5.1-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a
28
23
 
29
24
  ## 2.0.16
30
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/plugin-aws-sigv4",
3
- "version": "2.0.17-alpha-84d38f69647cf6c214efc7a5a1aa55b5ee7a04a7",
3
+ "version": "2.0.17-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,15 +42,15 @@
42
42
  "graphql": "^15.9.0 || ^16.9.0"
43
43
  },
44
44
  "dependencies": {
45
- "@aws-sdk/client-sts": "^3.931.0",
46
- "@graphql-mesh/fusion-runtime": "1.5.1-alpha-84d38f69647cf6c214efc7a5a1aa55b5ee7a04a7",
45
+ "@aws-sdk/client-sts": "^3.930.0",
46
+ "@graphql-mesh/fusion-runtime": "1.5.1-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a",
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
- "@apollo/subgraph": "^2.11.3",
53
- "@graphql-hive/gateway-runtime": "2.3.5-alpha-84d38f69647cf6c214efc7a5a1aa55b5ee7a04a7",
52
+ "@apollo/subgraph": "^2.12.1",
53
+ "@graphql-hive/gateway-runtime": "2.3.5-alpha-7cdd5ad6b806a8acd0a80af099bd668db501c97a",
54
54
  "@types/aws4": "^1.11.6",
55
55
  "graphql": "^16.12.0",
56
56
  "graphql-yoga": "^5.16.2",