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