Skip to content

Commit

Permalink
chore(codegen): bump smithy-ts commit to 0d9cee80
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 5, 2024
1 parent 6ee85c5 commit 147ec39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-clients/config.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 147ec39

Please sign in to comment.