Skip to content

Commit 84fd78b

Browse files
authored
fix(lib-dynamodb): missing @smithy/core dependency in @aws-sdk/lib-dynamodb (#6384)
1 parent 4825462 commit 84fd78b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/lib-dynamodb/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"license": "Apache-2.0",
2828
"dependencies": {
2929
"@aws-sdk/util-dynamodb": "*",
30+
"@smithy/core": "^2.3.2",
3031
"@smithy/smithy-client": "^3.1.12",
3132
"@smithy/types": "^3.3.0",
3233
"tslib": "^2.6.2"

0 commit comments

Comments
 (0)