@aws-sdk/region-config-resolver 3.496.0 → 3.511.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
@@ -104,12 +104,12 @@ var resolveRegionConfig = /* @__PURE__ */ __name((input) => {
104
104
  // Annotate the CommonJS export names for ESM import in node:
105
105
 
106
106
  0 && (module.exports = {
107
- NODE_REGION_CONFIG_FILE_OPTIONS,
108
- NODE_REGION_CONFIG_OPTIONS,
109
- REGION_ENV_NAME,
110
- REGION_INI_NAME,
111
107
  getAwsRegionExtensionConfiguration,
112
108
  resolveAwsRegionExtensionConfiguration,
109
+ REGION_ENV_NAME,
110
+ REGION_INI_NAME,
111
+ NODE_REGION_CONFIG_OPTIONS,
112
+ NODE_REGION_CONFIG_FILE_OPTIONS,
113
113
  resolveRegionConfig
114
114
  });
115
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.496.0",
3
+ "version": "3.511.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.496.0",
24
+ "@aws-sdk/types": "3.511.0",
25
25
  "@smithy/node-config-provider": "^2.2.1",
26
26
  "@smithy/types": "^2.9.1",
27
27
  "@smithy/util-config-provider": "^2.2.1",