@aws-sdk/util-endpoints 3.821.0 → 3.840.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/dist-cjs/index.js CHANGED
@@ -124,6 +124,9 @@ var partitions_default = {
124
124
  "ap-east-1": {
125
125
  description: "Asia Pacific (Hong Kong)"
126
126
  },
127
+ "ap-east-2": {
128
+ description: "Asia Pacific (Taipei)"
129
+ },
127
130
  "ap-northeast-1": {
128
131
  description: "Asia Pacific (Tokyo)"
129
132
  },
@@ -17,6 +17,9 @@
17
17
  "ap-east-1": {
18
18
  "description": "Asia Pacific (Hong Kong)"
19
19
  },
20
+ "ap-east-2": {
21
+ "description": "Asia Pacific (Taipei)"
22
+ },
20
23
  "ap-northeast-1": {
21
24
  "description": "Asia Pacific (Tokyo)"
22
25
  },
@@ -17,6 +17,9 @@
17
17
  "ap-east-1": {
18
18
  "description": "Asia Pacific (Hong Kong)"
19
19
  },
20
+ "ap-east-2": {
21
+ "description": "Asia Pacific (Taipei)"
22
+ },
20
23
  "ap-northeast-1": {
21
24
  "description": "Asia Pacific (Tokyo)"
22
25
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.821.0",
3
+ "version": "3.840.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.821.0",
27
+ "@aws-sdk/types": "3.840.0",
28
28
  "@smithy/types": "^4.3.1",
29
29
  "@smithy/util-endpoints": "^3.0.6",
30
30
  "tslib": "^2.6.2"