From c230b5e20a336d39a8be39cd17032e636662a2cb Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:52:56 +0000 Subject: [PATCH] chore(codegen): populate memberName as contextParams value --- 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 38a34e5cc911d..849cb6b84e4bd 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: "7d4691ca45a17efbdfba4afb0a31b48edbf8ba60", + SMITHY_TS_COMMIT: "fa63800730b1a7a59e231965941d2006dc031662", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {