@aws-sdk/region-config-resolver 3.495.0 → 3.496.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 +2 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -102,6 +102,7 @@ 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
107
|
NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
107
108
|
NODE_REGION_CONFIG_OPTIONS,
|
|
@@ -111,3 +112,4 @@ var resolveRegionConfig = /* @__PURE__ */ __name((input) => {
|
|
|
111
112
|
resolveAwsRegionExtensionConfiguration,
|
|
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.
|
|
3
|
+
"version": "3.496.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.
|
|
25
|
-
"@smithy/node-config-provider": "^2.2.
|
|
26
|
-
"@smithy/types": "^2.9.
|
|
27
|
-
"@smithy/util-config-provider": "^2.2.
|
|
28
|
-
"@smithy/util-middleware": "^2.1.
|
|
24
|
+
"@aws-sdk/types": "3.496.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": {
|