We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c29652 commit 3edac05Copy full SHA for 3edac05
1 file changed
scripts/generate-clients/config.js
@@ -2,8 +2,8 @@
2
module.exports = {
3
// Use full commit hash as we explicitly fetch it.
4
// Comparison link (update with previous hash):
5
- // https://github.com/smithy-lang/smithy-typescript/compare/9e76e52a04da3929c18e5930a2246a8de2099a62...29ad40ae33b8e2e242b33fcd6e6dfeda7fcec2c6
6
- SMITHY_TS_COMMIT: "29ad40ae33b8e2e242b33fcd6e6dfeda7fcec2c6",
+ // https://github.com/smithy-lang/smithy-typescript/compare/29ad40ae33b8e2e242b33fcd6e6dfeda7fcec2c6...3c14866b08c9527b6262000f4194b84ce35a3e80
+ SMITHY_TS_COMMIT: "3c14866b08c9527b6262000f4194b84ce35a3e80",
7
};
8
9
if (module.exports.SMITHY_TS_COMMIT.length < 40) {
0 commit comments