Skip to content

Commit 0e4637c

Browse files
committed
feat: error serde
1 parent 4d6db90 commit 0e4637c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/generate-clients/config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "3769699491dcc1bd5ace2973f2efdf6d85b37cf4",
4+
SMITHY_TS_COMMIT: "958ffaaa4a35e5baee93b2c92cfde2ed818f813b",
55
};
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

Comments
 (0)