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 bb14b54 commit cfc4a35Copy full SHA for cfc4a35
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/08e3b88680fec11b216b8bffaa4a44dba76eee8b...3926fd725e854af32d47c41fbb4cbafccebfa117
6
- SMITHY_TS_COMMIT: "3926fd725e854af32d47c41fbb4cbafccebfa117",
+ // https://github.com/smithy-lang/smithy-typescript/compare/3926fd725e854af32d47c41fbb4cbafccebfa117...2cadea188e393e3deab55f5fc4f59d1a4c5da571
+ SMITHY_TS_COMMIT: "2cadea188e393e3deab55f5fc4f59d1a4c5da571",
7
};
8
9
if (module.exports.SMITHY_TS_COMMIT.length < 40) {
0 commit comments