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 4a796b6 commit beb698cCopy full SHA for beb698c
codegen/gradle.properties
@@ -1,4 +1,4 @@
1
-smithyVersion=1.62.0
+smithyVersion=1.63.0
2
smithyGradleVersion=1.3.0
3
org.gradle.jvmargs=-Xmx4096M
4
org.gradle.configuration-cache=true
scripts/generate-clients/config.js
@@ -3,7 +3,7 @@ module.exports = {
// Use full commit hash as we explicitly fetch it.
// Comparison link (update with previous hash):
5
// https://github.com/smithy-lang/smithy-typescript/compare/56a65e69af8a8b7a814a92af716009cabe4b0b42...472a5ea035237e10c560ed362c0e0105805ad26f
6
- SMITHY_TS_COMMIT: "07f95d95712b511256b542c4dfa368bd70580be8",
+ SMITHY_TS_COMMIT: "3078a958f1ce563503963eb9492c83610fe1cef5",
7
};
8
9
if (module.exports.SMITHY_TS_COMMIT.length < 40) {
0 commit comments