Skip to content

Commit 8b9b56e

Browse files
committed
chore(codegen): smithy version update
1 parent 8e2b938 commit 8b9b56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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/c06e9c6ad51fd6a96dd9e493b0b418efa665d80a...c1f6ba33dfc31e1cd3c89610c8d3c589fa9f21db
6-
SMITHY_TS_COMMIT: "c1f6ba33dfc31e1cd3c89610c8d3c589fa9f21db",
5+
// https://github.com/smithy-lang/smithy-typescript/compare/c1f6ba33dfc31e1cd3c89610c8d3c589fa9f21db...8af2d330260513d3e51c98f1f137793b5330ceb4
6+
SMITHY_TS_COMMIT: "8af2d330260513d3e51c98f1f137793b5330ceb4",
77
};
88

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

0 commit comments

Comments
 (0)