@aws-sdk/body-checksum-browser 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_sha256_tree_hash = require("@aws-sdk/sha256-tree-hash");
|
|
28
28
|
var import_chunked_blob_reader = require("@smithy/chunked-blob-reader");
|
|
29
29
|
var import_util_hex_encoding = require("@smithy/util-hex-encoding");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/body-checksum-browser",
|
|
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-browser",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/sha256-tree-hash": "3.
|
|
25
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/sha256-tree-hash": "3.775.0",
|
|
25
|
+
"@aws-sdk/types": "3.775.0",
|
|
26
26
|
"@smithy/chunked-blob-reader": "^5.0.0",
|
|
27
|
-
"@smithy/protocol-http": "^5.
|
|
28
|
-
"@smithy/types": "^4.
|
|
27
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
28
|
+
"@smithy/types": "^4.2.0",
|
|
29
29
|
"@smithy/util-hex-encoding": "^4.0.0",
|
|
30
30
|
"@smithy/util-utf8": "^4.0.0",
|
|
31
31
|
"tslib": "^2.6.2"
|