@aws-sdk/util-endpoints 3.577.0 → 3.587.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
|
@@ -304,7 +304,11 @@ var partitions_default = {
|
|
|
304
304
|
supportsFIPS: true
|
|
305
305
|
},
|
|
306
306
|
regionRegex: "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
307
|
-
regions: {
|
|
307
|
+
regions: {
|
|
308
|
+
"eu-isoe-west-1": {
|
|
309
|
+
description: "EU ISOE West"
|
|
310
|
+
}
|
|
311
|
+
}
|
|
308
312
|
}, {
|
|
309
313
|
id: "aws-iso-f",
|
|
310
314
|
outputs: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.587.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
|
"dependencies": {
|
|
25
25
|
"@aws-sdk/types": "3.577.0",
|
|
26
26
|
"@smithy/types": "^3.0.0",
|
|
27
|
-
"@smithy/util-endpoints": "^2.0.
|
|
27
|
+
"@smithy/util-endpoints": "^2.0.1",
|
|
28
28
|
"tslib": "^2.6.2"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|