@aws-sdk/sha256-tree-hash 3.296.0 → 3.306.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.
@@ -1,5 +1,7 @@
1
1
  import { Checksum, ChecksumConstructor, Decoder, HashConstructor, SourceData } from "@aws-sdk/types";
2
2
  /**
3
+ * @internal
4
+ *
3
5
  * A Hash that will calculate a Sha256 tree hash.
4
6
  */
5
7
  export declare class TreeHash implements Checksum {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/sha256-tree-hash",
3
- "version": "3.296.0",
3
+ "version": "3.306.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,13 +20,13 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.296.0",
23
+ "@aws-sdk/types": "3.306.0",
24
24
  "tslib": "^2.5.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@aws-crypto/sha256-js": "3.0.0",
28
28
  "@aws-sdk/util-hex-encoding": "3.295.0",
29
- "@aws-sdk/util-utf8": "3.295.0",
29
+ "@aws-sdk/util-utf8": "3.303.0",
30
30
  "@tsconfig/recommended": "1.0.1",
31
31
  "concurrently": "7.0.0",
32
32
  "downlevel-dts": "0.10.1",