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 4d6db90 commit 0e4637cCopy full SHA for 0e4637c
scripts/generate-clients/config.js
@@ -1,5 +1,9 @@
1
// Update this commit when taking up new changes from smithy-typescript.
2
module.exports = {
3
// Use full commit hash as we explicitly fetch it.
4
- SMITHY_TS_COMMIT: "3769699491dcc1bd5ace2973f2efdf6d85b37cf4",
+ SMITHY_TS_COMMIT: "958ffaaa4a35e5baee93b2c92cfde2ed818f813b",
5
};
6
+
7
+if (module.exports.SMITHY_TS_COMMIT.length < 40) {
8
+ throw new Error(`Configured SMITHY_TS_COMMIT=${module.exports.SMITHY_TS_COMMIT} must be long hash (40 char).`);
9
+}
0 commit comments