File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 11import { checksums } from "@aws-sdk/crt-loader" ;
2- import { Checksum } from "@aws-sdk /types" ;
2+ import { Checksum } from "@smithy /types" ;
33import { toUint8Array } from "@smithy/util-utf8" ;
44
55export class CrtCrc64Nvme implements Checksum {
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments