Skip to content

Commit 5dab646

Browse files
authored
fix(types): add missing tslib dependency to types (#4128)
1 parent d65ca1b commit 5dab646

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/types/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"url": "https://github.com/aws/aws-sdk-js-v3.git",
4040
"directory": "packages/types"
4141
},
42+
"dependencies": {
43+
"tslib": "^2.3.1"
44+
},
4245
"devDependencies": {
4346
"@tsconfig/recommended": "1.0.1",
4447
"concurrently": "7.0.0",

0 commit comments

Comments
 (0)