From 35467cf0a3237976b7944b5270db62c155748d06 Mon Sep 17 00:00:00 2001 From: George Fu Date: Thu, 8 May 2025 12:18:19 -0400 Subject: [PATCH] fix(codegen): allow overwriting protocol priority order --- 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 61a43001464e..e826b612be34 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: "c97174319299907bae200e58697b0b602af54edb", + SMITHY_TS_COMMIT: "ad97da5960b0bf4135875efbb490138eb7a2c303", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {