@graphql-hive/plugin-aws-sigv4 1.0.18-rc-e9d00f008de581eba63d99e14dd38440febd0b7e → 1.0.18

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 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/plugin-aws-sigv4
2
2
 
3
- ## 1.0.18-rc-e9d00f008de581eba63d99e14dd38440febd0b7e
3
+ ## 1.0.18
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,7 +8,7 @@
8
8
  - Updated dependency [`@aws-sdk/client-sts@^3.858.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.858.0) (from `^3.857.0`, in `dependencies`)
9
9
 
10
10
  - Updated dependencies [[`a832e7b`](https://github.com/graphql-hive/gateway/commit/a832e7bf9a8f92c48fb9df8ca1bff5a008dcf420)]:
11
- - @graphql-mesh/fusion-runtime@0.11.20-rc-e9d00f008de581eba63d99e14dd38440febd0b7e
11
+ - @graphql-mesh/fusion-runtime@0.11.20
12
12
 
13
13
  ## 1.0.17
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/plugin-aws-sigv4",
3
- "version": "1.0.18-rc-e9d00f008de581eba63d99e14dd38440febd0b7e",
3
+ "version": "1.0.18",
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.858.0",
46
- "@graphql-mesh/fusion-runtime": "0.11.20-rc-e9d00f008de581eba63d99e14dd38440febd0b7e",
46
+ "@graphql-mesh/fusion-runtime": "^0.11.20",
47
47
  "@whatwg-node/promise-helpers": "^1.3.0",
48
48
  "aws4": "1.13.2",
49
49
  "tslib": "^2.8.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@apollo/subgraph": "^2.11.2",
53
- "@graphql-hive/gateway-runtime": "1.10.3-rc-e9d00f008de581eba63d99e14dd38440febd0b7e",
53
+ "@graphql-hive/gateway-runtime": "1.10.3",
54
54
  "@types/aws4": "^1.11.6",
55
55
  "graphql": "^16.9.0",
56
56
  "graphql-yoga": "^5.15.1",