Skip to content

Commit

Permalink
chore(codegen): bump smithy-typescript-codegen to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 22, 2025
1 parent 0d0b14e commit 2b32d89
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: "de3a850552111a7018df855f808258074a90ab62",
SMITHY_TS_COMMIT: "fbe3c04b5627a8aea693b5bfc1598adbac0213d5",
};

if (module.exports.SMITHY_TS_COMMIT.length < 40) {
Expand Down

0 comments on commit 2b32d89

Please sign in to comment.