From 61e617263196ea6e8cdec1b693d42b186b867263 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:05:24 +0000 Subject: [PATCH] chore: update smithy-typescript commit to include request compression support --- 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 96d0ae0deeb4..11345d8f7f68 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -1,5 +1,5 @@ // 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: "e3b13dda0891091282c27cd65cc72b87826753b6", + SMITHY_TS_COMMIT: "cacd9cf08f534cb0792b038d34e0bb190a4aa2ea", };