Skip to content

Commit

Permalink
fix(hash-blob-browser): add back missing dep
Browse files Browse the repository at this point in the history
Adds back the chunked-blob-reader-native dependency. It was removed
in #4571 because it
wasn't being used in the TS code anywhere, but it is depended on
in the package.json.
  • Loading branch information
milesziemer committed Jul 6, 2023
1 parent eb03dbd commit cac9a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hash-blob-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/chunked-blob-reader": "*",
"@aws-sdk/chunked-blob-reader-native": "*",
"@aws-sdk/types": "*",
"tslib": "^2.5.0"
},
Expand Down

0 comments on commit cac9a67

Please sign in to comment.