@aws-sdk/middleware-sdk-s3 3.946.0 → 3.953.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 -2
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
var protocolHttp = require('@smithy/protocol-http');
|
|
4
4
|
var smithyClient = require('@smithy/smithy-client');
|
|
5
|
+
var utilStream = require('@smithy/util-stream');
|
|
6
|
+
var utilArnParser = require('@aws-sdk/util-arn-parser');
|
|
5
7
|
var signatureV4 = require('@smithy/signature-v4');
|
|
6
8
|
var utilConfigProvider = require('@smithy/util-config-provider');
|
|
7
9
|
var core = require('@aws-sdk/core');
|
|
8
10
|
var core$1 = require('@smithy/core');
|
|
9
11
|
require('@smithy/types');
|
|
10
12
|
var utilMiddleware = require('@smithy/util-middleware');
|
|
11
|
-
var utilStream = require('@smithy/util-stream');
|
|
12
|
-
var utilArnParser = require('@aws-sdk/util-arn-parser');
|
|
13
13
|
|
|
14
14
|
const CONTENT_LENGTH_HEADER = "content-length";
|
|
15
15
|
const DECODED_CONTENT_LENGTH_HEADER = "x-amz-decoded-content-length";
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-s3",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.953.0",
|
|
4
4
|
"scripts": {
|
|
5
|
-
"build": "concurrently 'yarn:build:
|
|
5
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
|
|
7
7
|
"build:es": "tsc -p tsconfig.es.json",
|
|
8
8
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-arn-parser": "3.
|
|
34
|
-
"@smithy/core": "^3.
|
|
35
|
-
"@smithy/node-config-provider": "^4.3.
|
|
36
|
-
"@smithy/protocol-http": "^5.3.
|
|
37
|
-
"@smithy/signature-v4": "^5.3.
|
|
38
|
-
"@smithy/smithy-client": "^4.
|
|
39
|
-
"@smithy/types": "^4.
|
|
31
|
+
"@aws-sdk/core": "3.953.0",
|
|
32
|
+
"@aws-sdk/types": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-arn-parser": "3.953.0",
|
|
34
|
+
"@smithy/core": "^3.19.0",
|
|
35
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
36
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
37
|
+
"@smithy/signature-v4": "^5.3.6",
|
|
38
|
+
"@smithy/smithy-client": "^4.10.0",
|
|
39
|
+
"@smithy/types": "^4.10.0",
|
|
40
40
|
"@smithy/util-config-provider": "^4.2.0",
|
|
41
|
-
"@smithy/util-middleware": "^4.2.
|
|
42
|
-
"@smithy/util-stream": "^4.5.
|
|
41
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
42
|
+
"@smithy/util-stream": "^4.5.7",
|
|
43
43
|
"@smithy/util-utf8": "^4.2.0",
|
|
44
44
|
"tslib": "^2.6.2"
|
|
45
45
|
},
|