From 938720874e6092e3e9a947116a3f2b7e0e76ee2f Mon Sep 17 00:00:00 2001 From: George Fu Date: Thu, 10 Apr 2025 12:46:49 -0400 Subject: [PATCH] chore(codegen): bring in fix for operationContextParams --- 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 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) {