@aws-sdk/client-kms 3.41.0 → 3.42.0

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 CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-kms
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
15
 
8
16
 
@@ -335,6 +335,7 @@ const partitionHash = {
335
335
  "ap-southeast-1-fips",
336
336
  "ap-southeast-2",
337
337
  "ap-southeast-2-fips",
338
+ "ap-southeast-3-fips",
338
339
  "ca-central-1",
339
340
  "ca-central-1-fips",
340
341
  "eu-central-1",
@@ -333,6 +333,7 @@ var partitionHash = {
333
333
  "ap-southeast-1-fips",
334
334
  "ap-southeast-2",
335
335
  "ap-southeast-2-fips",
336
+ "ap-southeast-3-fips",
336
337
  "ca-central-1",
337
338
  "ca-central-1-fips",
338
339
  "eu-central-1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kms",
3
3
  "description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
4
- "version": "3.41.0",
4
+ "version": "3.42.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.41.0",
24
+ "@aws-sdk/client-sts": "3.42.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
26
  "@aws-sdk/credential-provider-node": "3.41.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",