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 e6dfa38 commit a2d90e1Copy full SHA for a2d90e1
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/2cadea188e393e3deab55f5fc4f59d1a4c5da571...7be577c4d67a62cb304470718cc11222c991bcbf
6
- SMITHY_TS_COMMIT: "7be577c4d67a62cb304470718cc11222c991bcbf",
+ // https://github.com/smithy-lang/smithy-typescript/compare/7be577c4d67a62cb304470718cc11222c991bcbf...080031a1ab842acf8e9683ffedd394cdf23bd0ce
+ SMITHY_TS_COMMIT: "080031a1ab842acf8e9683ffedd394cdf23bd0ce",
7
};
8
9
if (module.exports.SMITHY_TS_COMMIT.length < 40) {
0 commit comments