@aws-sdk/sha256-tree-hash 3.347.0 → 3.363.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,4 +1,4 @@
1
- import { Checksum, ChecksumConstructor, Decoder, HashConstructor, SourceData } from "@aws-sdk/types";
1
+ import { Checksum, ChecksumConstructor, Decoder, HashConstructor, SourceData } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  *
@@ -4,7 +4,7 @@ import {
4
4
  Decoder,
5
5
  HashConstructor,
6
6
  SourceData,
7
- } from "@aws-sdk/types";
7
+ } from "@smithy/types";
8
8
  export declare class TreeHash implements Checksum {
9
9
  private readonly Sha256;
10
10
  private readonly fromUtf8;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/sha256-tree-hash",
3
- "version": "3.347.0",
3
+ "version": "3.363.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,14 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.347.0",
23
+ "@aws-sdk/types": "3.357.0",
24
+ "@smithy/types": "^1.1.0",
24
25
  "tslib": "^2.5.0"
25
26
  },
26
27
  "devDependencies": {
27
28
  "@aws-crypto/sha256-js": "3.0.0",
28
- "@aws-sdk/util-hex-encoding": "3.310.0",
29
- "@aws-sdk/util-utf8": "3.310.0",
29
+ "@smithy/util-hex-encoding": "^1.0.1",
30
+ "@smithy/util-utf8": "^1.0.1",
30
31
  "@tsconfig/recommended": "1.0.1",
31
32
  "concurrently": "7.0.0",
32
33
  "downlevel-dts": "0.10.1",