Skip to content

Commit 50f607a

Browse files
committed
chore(crc64-nvme-crt): import Checksum from @smithy/types
1 parent 181513d commit 50f607a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/crc64-nvme-crt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "Apache-2.0",
2323
"dependencies": {
2424
"@aws-sdk/crt-loader": "*",
25-
"@aws-sdk/types": "*",
25+
"@smithy/types": "^3.7.2",
2626
"@smithy/util-utf8": "^3.0.0",
2727
"tslib": "^2.6.2"
2828
},

packages/crc64-nvme-crt/src/CrtCrc64Nvme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { checksums } from "@aws-sdk/crt-loader";
2-
import { Checksum } from "@aws-sdk/types";
2+
import { Checksum } from "@smithy/types";
33
import { toUint8Array } from "@smithy/util-utf8";
44

55
export class CrtCrc64Nvme implements Checksum {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23251,7 +23251,7 @@ __metadata:
2325123251
resolution: "@aws-sdk/crc64-nvme-crt@workspace:packages/crc64-nvme-crt"
2325223252
dependencies:
2325323253
"@aws-sdk/crt-loader": "npm:*"
23254-
"@aws-sdk/types": "npm:*"
23254+
"@smithy/types": "npm:^3.7.2"
2325523255
"@smithy/util-base64": "npm:^3.0.0"
2325623256
"@smithy/util-utf8": "npm:^3.0.0"
2325723257
"@tsconfig/recommended": "npm:1.0.1"

0 commit comments

Comments
 (0)