Skip to content

Commit

Permalink
Add back missing dependency
Browse files Browse the repository at this point in the history
Adds back the chunked-blob-reader-native dependency. It was removed
in aws/aws-sdk-js-v3#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 b1e7afa commit 934f774
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/red-rocks-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@smithy/hash-blob-browser": patch
---

Added missing chunked-blob-reader-native dependency
1 change: 1 addition & 0 deletions packages/hash-blob-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"license": "Apache-2.0",
"dependencies": {
"@smithy/chunked-blob-reader": "workspace:^",
"@smithy/chunked-blob-reader-native": "workspace:^",
"@smithy/types": "workspace:^",
"tslib": "^2.5.0"
},
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,7 @@ __metadata:
languageName: unknown
linkType: soft

"@smithy/chunked-blob-reader-native@workspace:packages/chunked-blob-reader-native":
"@smithy/chunked-blob-reader-native@workspace:^, @smithy/chunked-blob-reader-native@workspace:packages/chunked-blob-reader-native":
version: 0.0.0-use.local
resolution: "@smithy/chunked-blob-reader-native@workspace:packages/chunked-blob-reader-native"
dependencies:
Expand Down Expand Up @@ -1852,6 +1852,7 @@ __metadata:
dependencies:
"@aws-crypto/sha256-js": 3.0.0
"@smithy/chunked-blob-reader": "workspace:^"
"@smithy/chunked-blob-reader-native": "workspace:^"
"@smithy/types": "workspace:^"
"@smithy/util-hex-encoding": "workspace:^"
"@tsconfig/recommended": 1.0.1
Expand Down

0 comments on commit 934f774

Please sign in to comment.