@aws-sdk/middleware-sdk-s3-control 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 +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -285,6 +285,7 @@ var getRedirectFromPostIdPlugin = /* @__PURE__ */ __name((options) => ({
|
|
|
285
285
|
}
|
|
286
286
|
}), "getRedirectFromPostIdPlugin");
|
|
287
287
|
// Annotate the CommonJS export names for ESM import in node:
|
|
288
|
+
|
|
288
289
|
0 && (module.exports = {
|
|
289
290
|
NODE_USE_ARN_REGION_CONFIG_OPTIONS,
|
|
290
291
|
getHostPrefixDeduplicationPlugin,
|
|
@@ -300,3 +301,4 @@ var getRedirectFromPostIdPlugin = /* @__PURE__ */ __name((options) => ({
|
|
|
300
301
|
updateArnablesRequestMiddleware,
|
|
301
302
|
updateArnablesRequestMiddlewareOptions
|
|
302
303
|
});
|
|
304
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-s3-control",
|
|
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 middleware-sdk-s3-control",
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
26
|
-
"@aws-sdk/types": "3.
|
|
25
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.496.0",
|
|
26
|
+
"@aws-sdk/types": "3.496.0",
|
|
27
27
|
"@aws-sdk/util-arn-parser": "3.495.0",
|
|
28
|
-
"@aws-sdk/util-endpoints": "3.
|
|
29
|
-
"@smithy/protocol-http": "^3.1.
|
|
30
|
-
"@smithy/types": "^2.9.
|
|
31
|
-
"@smithy/util-endpoints": "^1.1.
|
|
28
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
29
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
30
|
+
"@smithy/types": "^2.9.1",
|
|
31
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
32
32
|
"tslib": "^2.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@smithy/middleware-stack": "^2.1.
|
|
35
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
36
36
|
"@tsconfig/recommended": "1.0.1",
|
|
37
37
|
"concurrently": "7.0.0",
|
|
38
38
|
"downlevel-dts": "0.10.1",
|