Skip to content

Commit e4f9d59

Browse files
authored
fix(lib-dynamodb): missing @aws-sdk/core dependency in lib-dynamodb (#6557)
* fix(lib-dynamodb): missing @aws-sdk/core dependency in lib-dynamodb * chore: change ordering
1 parent 7d63f7a commit e4f9d59

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
@@ -26,6 +26,7 @@
2626
},
2727
"license": "Apache-2.0",
2828
"dependencies": {
29+
"@aws-sdk/core": "*",
2930
"@aws-sdk/util-dynamodb": "*",
3031
"@smithy/core": "^2.4.8",
3132
"@smithy/smithy-client": "^3.4.0",

0 commit comments

Comments
 (0)