Skip to content

Commit 3edac05

Browse files
committed
chore(codegen): bump smithy-ts commit
1 parent 1c29652 commit 3edac05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/generate-clients/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
44
// Comparison link (update with previous hash):
5-
// https://github.com/smithy-lang/smithy-typescript/compare/9e76e52a04da3929c18e5930a2246a8de2099a62...29ad40ae33b8e2e242b33fcd6e6dfeda7fcec2c6
6-
SMITHY_TS_COMMIT: "29ad40ae33b8e2e242b33fcd6e6dfeda7fcec2c6",
5+
// https://github.com/smithy-lang/smithy-typescript/compare/29ad40ae33b8e2e242b33fcd6e6dfeda7fcec2c6...3c14866b08c9527b6262000f4194b84ce35a3e80
6+
SMITHY_TS_COMMIT: "3c14866b08c9527b6262000f4194b84ce35a3e80",
77
};
88

99
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)