diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index 75e03768f84e..9de59a503fca 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -1,7 +1,7 @@ // Update this commit when taking up new changes from smithy-typescript. module.exports = { // Use full commit hash as we explicitly fetch it. - SMITHY_TS_COMMIT: "8b3d752e3231820b94befa5f7118b7e134d759e9", + SMITHY_TS_COMMIT: "a2bb933fc4dea318cdda9db998e1606aefb77c51", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {