@aws-sdk/body-checksum-node 3.731.0 → 3.775.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 +3 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -19,11 +19,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
bodyChecksumGenerator: () => bodyChecksumGenerator
|
|
25
25
|
});
|
|
26
|
-
module.exports = __toCommonJS(
|
|
26
|
+
module.exports = __toCommonJS(index_exports);
|
|
27
27
|
var import_chunked_stream_reader_node = require("@aws-sdk/chunked-stream-reader-node");
|
|
28
28
|
var import_sha256_tree_hash = require("@aws-sdk/sha256-tree-hash");
|
|
29
29
|
var import_is_array_buffer = require("@smithy/is-array-buffer");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/body-checksum-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.775.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 body-checksum-node",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-sdk/chunked-stream-reader-node": "3.723.0",
|
|
25
|
-
"@aws-sdk/sha256-tree-hash": "3.
|
|
26
|
-
"@aws-sdk/types": "3.
|
|
25
|
+
"@aws-sdk/sha256-tree-hash": "3.775.0",
|
|
26
|
+
"@aws-sdk/types": "3.775.0",
|
|
27
27
|
"@smithy/is-array-buffer": "^4.0.0",
|
|
28
|
-
"@smithy/protocol-http": "^5.
|
|
29
|
-
"@smithy/types": "^4.
|
|
28
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
29
|
+
"@smithy/types": "^4.2.0",
|
|
30
30
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
31
31
|
"@smithy/util-utf8": "^4.0.0",
|
|
32
32
|
"tslib": "^2.6.2"
|