diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index c04b2c2d19af..523f117b24cf 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: "76264f4925e5cf6eb659be4dbb786ec5de817d89", + SMITHY_TS_COMMIT: "a821f249cd7e1c3e5926e97140494b7ef7fdda22", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {