Skip to content

Commit

Permalink
chore(codegen): update smithy hash (#6125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed May 22, 2024
1 parent 8c64641 commit 8fa2ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildscript {

dependencies {
// Smithy TypeScript
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.21.0")

// Smithy generic dependencies
api("software.amazon.smithy:smithy-model:$smithyVersion")
Expand Down
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: "128d35f202593e5b94b6997e0cbe61401e875d69",
SMITHY_TS_COMMIT: "659a69077b1be88c58ebf6970de59fb77301a3ca",
};

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

0 comments on commit 8fa2ae4

Please sign in to comment.