Skip to content

Commit 35a1aed

Browse files
authored
fix(core): add tslib (#5459)
1 parent 41c4a65 commit 35a1aed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
},
2525
"license": "Apache-2.0",
2626
"dependencies": {
27-
"@smithy/smithy-client": "^2.1.12"
27+
"@smithy/smithy-client": "^2.1.12",
28+
"tslib": "^2.5.0"
2829
},
2930
"devDependencies": {
3031
"@tsconfig/recommended": "1.0.1",

0 commit comments

Comments
 (0)