@aws-sdk/client-sso-oidc 3.160.0 → 3.161.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,17 @@
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.161.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.160.0...v3.161.0) (2022-08-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update client endpoints as of 2022-08-30 ([59043d3](https://github.com/aws/aws-sdk-js-v3/commit/59043d3755015c9185990f3ad850aaded13bd58c))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.160.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.159.0...v3.160.0) (2022-08-29)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-sso-oidc
@@ -212,6 +212,7 @@ const partitionHash = {
212
212
  "eu-west-1",
213
213
  "eu-west-2",
214
214
  "eu-west-3",
215
+ "me-central-1",
215
216
  "me-south-1",
216
217
  "sa-east-1",
217
218
  "us-east-1",
@@ -210,6 +210,7 @@ var partitionHash = {
210
210
  "eu-west-1",
211
211
  "eu-west-2",
212
212
  "eu-west-3",
213
+ "me-central-1",
213
214
  "me-south-1",
214
215
  "sa-east-1",
215
216
  "us-east-1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso-oidc",
3
3
  "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
4
- "version": "3.160.0",
4
+ "version": "3.161.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -33,15 +33,15 @@
33
33
  "@aws-sdk/node-config-provider": "3.160.0",
34
34
  "@aws-sdk/node-http-handler": "3.160.0",
35
35
  "@aws-sdk/protocol-http": "3.160.0",
36
- "@aws-sdk/smithy-client": "3.160.0",
36
+ "@aws-sdk/smithy-client": "3.161.0",
37
37
  "@aws-sdk/types": "3.160.0",
38
38
  "@aws-sdk/url-parser": "3.160.0",
39
39
  "@aws-sdk/util-base64-browser": "3.109.0",
40
40
  "@aws-sdk/util-base64-node": "3.55.0",
41
41
  "@aws-sdk/util-body-length-browser": "3.154.0",
42
42
  "@aws-sdk/util-body-length-node": "3.55.0",
43
- "@aws-sdk/util-defaults-mode-browser": "3.160.0",
44
- "@aws-sdk/util-defaults-mode-node": "3.160.0",
43
+ "@aws-sdk/util-defaults-mode-browser": "3.161.0",
44
+ "@aws-sdk/util-defaults-mode-node": "3.161.0",
45
45
  "@aws-sdk/util-user-agent-browser": "3.160.0",
46
46
  "@aws-sdk/util-user-agent-node": "3.160.0",
47
47
  "@aws-sdk/util-utf8-browser": "3.109.0",