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 9d41ab7 commit c2f0f75Copy full SHA for c2f0f75
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/8b90f360df2a5c80c105db732b3c2f6972994854...0bfadd0475f6db25a9933b9e4f60de60f133f1a3
6
- SMITHY_TS_COMMIT: "0bfadd0475f6db25a9933b9e4f60de60f133f1a3",
+ // https://github.com/smithy-lang/smithy-typescript/compare/8b90f360df2a5c80c105db732b3c2f6972994854...76d7994ef3f8373bb866a60e7ef87adca147a2f0
+ SMITHY_TS_COMMIT: "76d7994ef3f8373bb866a60e7ef87adca147a2f0",
7
};
8
9
if (module.exports.SMITHY_TS_COMMIT.length < 40) {
0 commit comments