@aws-sdk/util-endpoints 3.637.0 → 3.645.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
@@ -118,7 +118,7 @@ var partitions_default = {
118
118
  supportsDualStack: true,
119
119
  supportsFIPS: true
120
120
  },
121
- regionRegex: "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
121
+ regionRegex: "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
122
122
  regions: {
123
123
  "af-south-1": {
124
124
  description: "Africa (Cape Town)"
@@ -9,7 +9,7 @@
9
9
  "supportsDualStack": true,
10
10
  "supportsFIPS": true
11
11
  },
12
- "regionRegex": "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
12
+ "regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
13
13
  "regions": {
14
14
  "af-south-1": {
15
15
  "description": "Africa (Cape Town)"
@@ -9,7 +9,7 @@
9
9
  "supportsDualStack": true,
10
10
  "supportsFIPS": true
11
11
  },
12
- "regionRegex": "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
12
+ "regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
13
13
  "regions": {
14
14
  "af-south-1": {
15
15
  "description": "Africa (Cape Town)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.637.0",
3
+ "version": "3.645.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",