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 8e2b938 commit 8b9b56eCopy full SHA for 8b9b56e
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/c06e9c6ad51fd6a96dd9e493b0b418efa665d80a...c1f6ba33dfc31e1cd3c89610c8d3c589fa9f21db
6
- SMITHY_TS_COMMIT: "c1f6ba33dfc31e1cd3c89610c8d3c589fa9f21db",
+ // https://github.com/smithy-lang/smithy-typescript/compare/c1f6ba33dfc31e1cd3c89610c8d3c589fa9f21db...8af2d330260513d3e51c98f1f137793b5330ceb4
+ SMITHY_TS_COMMIT: "8af2d330260513d3e51c98f1f137793b5330ceb4",
7
};
8
9
if (module.exports.SMITHY_TS_COMMIT.length < 40) {
0 commit comments