@aws-sdk/util-endpoints 3.726.0 → 3.730.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
@@ -201,6 +201,9 @@ var partitions_default = {
201
201
  "me-south-1": {
202
202
  description: "Middle East (Bahrain)"
203
203
  },
204
+ "mx-central-1": {
205
+ description: "Mexico (Central)"
206
+ },
204
207
  "sa-east-1": {
205
208
  description: "South America (Sao Paulo)"
206
209
  },
@@ -92,6 +92,9 @@
92
92
  "me-south-1": {
93
93
  "description": "Middle East (Bahrain)"
94
94
  },
95
+ "mx-central-1": {
96
+ "description": "Mexico (Central)"
97
+ },
95
98
  "sa-east-1": {
96
99
  "description": "South America (Sao Paulo)"
97
100
  },
@@ -92,6 +92,9 @@
92
92
  "me-south-1": {
93
93
  "description": "Middle East (Bahrain)"
94
94
  },
95
+ "mx-central-1": {
96
+ "description": "Mexico (Central)"
97
+ },
95
98
  "sa-east-1": {
96
99
  "description": "South America (Sao Paulo)"
97
100
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.726.0",
3
+ "version": "3.730.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",