Skip to content

Commit

Permalink
chore: update smithy for uuid version (aws#5845)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Feb 29, 2024
1 parent 7fd4d55 commit 1be7104
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: "64cd9c816b84040a20de65b7efd8bd8982873333",
SMITHY_TS_COMMIT: "3e3022397897bdf03c6a20e1f5ddac5aa09a65ea",
};

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

0 comments on commit 1be7104

Please sign in to comment.