scripts/generate-clients/config.js (6 lines of code) (raw):

// Update this commit when taking up new changes from smithy-typescript. module.exports = { // Use full commit hash as we explicitly fetch it. SMITHY_TS_COMMIT: "b01c20d144cf1b1fffb9fe8eb35c47e864c1d04a", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) { throw new Error(`Configured SMITHY_TS_COMMIT=${module.exports.SMITHY_TS_COMMIT} must be long hash (40 char).`); }