@aws-sdk/body-checksum-browser 3.734.0 → 3.804.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 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 src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  bodyChecksumGenerator: () => bodyChecksumGenerator
25
25
  });
26
- module.exports = __toCommonJS(src_exports);
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.734.0",
3
+ "version": "3.804.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.734.0",
25
- "@aws-sdk/types": "3.734.0",
24
+ "@aws-sdk/sha256-tree-hash": "3.804.0",
25
+ "@aws-sdk/types": "3.804.0",
26
26
  "@smithy/chunked-blob-reader": "^5.0.0",
27
- "@smithy/protocol-http": "^5.0.1",
28
- "@smithy/types": "^4.1.0",
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"
@@ -37,7 +37,7 @@
37
37
  "downlevel-dts": "0.10.1",
38
38
  "happy-dom": "^15.7.4",
39
39
  "rimraf": "3.0.2",
40
- "typescript": "~5.2.2"
40
+ "typescript": "~5.8.3"
41
41
  },
42
42
  "typesVersions": {
43
43
  "<4.0": {