@aws-sdk/region-config-resolver 3.495.0 → 3.502.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
@@ -102,12 +102,14 @@ var resolveRegionConfig = /* @__PURE__ */ __name((input) => {
102
102
  };
103
103
  }, "resolveRegionConfig");
104
104
  // Annotate the CommonJS export names for ESM import in node:
105
+
105
106
  0 && (module.exports = {
106
- NODE_REGION_CONFIG_FILE_OPTIONS,
107
- NODE_REGION_CONFIG_OPTIONS,
108
- REGION_ENV_NAME,
109
- REGION_INI_NAME,
110
107
  getAwsRegionExtensionConfiguration,
111
108
  resolveAwsRegionExtensionConfiguration,
109
+ REGION_ENV_NAME,
110
+ REGION_INI_NAME,
111
+ NODE_REGION_CONFIG_OPTIONS,
112
+ NODE_REGION_CONFIG_FILE_OPTIONS,
112
113
  resolveRegionConfig
113
114
  });
115
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.495.0",
3
+ "version": "3.502.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,11 +21,11 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.495.0",
25
- "@smithy/node-config-provider": "^2.2.0",
26
- "@smithy/types": "^2.9.0",
27
- "@smithy/util-config-provider": "^2.2.0",
28
- "@smithy/util-middleware": "^2.1.0",
24
+ "@aws-sdk/types": "3.502.0",
25
+ "@smithy/node-config-provider": "^2.2.1",
26
+ "@smithy/types": "^2.9.1",
27
+ "@smithy/util-config-provider": "^2.2.1",
28
+ "@smithy/util-middleware": "^2.1.1",
29
29
  "tslib": "^2.5.0"
30
30
  },
31
31
  "devDependencies": {