@aws-sdk/util-endpoints 3.241.0 → 3.254.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.
@@ -77,7 +77,7 @@
77
77
  "description": "Middle East (Bahrain)"
78
78
  },
79
79
  "sa-east-1": {
80
- "description": "South America (São Paulo)"
80
+ "description": "South America (Sao Paulo)"
81
81
  },
82
82
  "us-east-1": {
83
83
  "description": "US East (N. Virginia)"
@@ -77,7 +77,7 @@
77
77
  "description": "Middle East (Bahrain)"
78
78
  },
79
79
  "sa-east-1": {
80
- "description": "South America (São Paulo)"
80
+ "description": "South America (Sao Paulo)"
81
81
  },
82
82
  "us-east-1": {
83
83
  "description": "US East (N. Virginia)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.241.0",
3
+ "version": "3.254.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.226.0",
24
+ "@aws-sdk/types": "3.254.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "engines": {