Skip to content

Commit

Permalink
fix: add missing dependencies for body checksum packages (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP authored Feb 4, 2020
1 parent 50b27f1 commit 745caed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/body-checksum-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"tslib": "^1.8.0"
},
"devDependencies": {
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
"@aws-crypto/sha256-js": "^0.1.0-preview.4",
"@types/jest": "^24.0.12",
"jest": "^24.7.1",
"typescript": "~3.4.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/body-checksum-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/chunked-stream-reader-node": "^1.0.0-alpha.2",
"@aws-sdk/is-array-buffer": "^1.0.0-alpha.2",
"@aws-sdk/protocol-http": "^1.0.0-alpha.6",
"@aws-sdk/sha256-tree-hash": "^1.0.0-alpha.1",
Expand All @@ -23,6 +24,8 @@
},
"devDependencies": {
"@types/jest": "^24.0.12",
"@aws-crypto/sha256-js": "^0.1.0-preview.4",
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
"jest": "^24.7.1",
"typescript": "~3.4.0"
}
Expand Down

0 comments on commit 745caed

Please sign in to comment.