From 147ec3927f23382d24d7a501af2cea2df766a4dc Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:13:37 +0000 Subject: [PATCH] chore(codegen): bump smithy-ts commit to 0d9cee80 --- scripts/generate-clients/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index f1a9ca3463bc..c942d49bcfcb 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: "140751e77d414e45d9100a5698744b08fc9a21fa", + SMITHY_TS_COMMIT: "0d9cee80619a89a6585fa2339c4382084c6036bc", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {