File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
codegen/smithy-aws-typescript-codegen Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ buildscript {
36
36
37
37
dependencies {
38
38
// Smithy TypeScript
39
- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1 " )
39
+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.21.0 " )
40
40
41
41
// Smithy generic dependencies
42
42
api(" software.amazon.smithy:smithy-model:$smithyVersion " )
Original file line number Diff line number Diff line change 1
1
// Update this commit when taking up new changes from smithy-typescript.
2
2
module . exports = {
3
3
// Use full commit hash as we explicitly fetch it.
4
- SMITHY_TS_COMMIT : "128d35f202593e5b94b6997e0cbe61401e875d69 " ,
4
+ SMITHY_TS_COMMIT : "659a69077b1be88c58ebf6970de59fb77301a3ca " ,
5
5
} ;
6
6
7
7
if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments