Skip to content

Commit cfc4a35

Browse files
committed
chore(codegen): sync for idempotencyToken fix in http binding protocols
1 parent bb14b54 commit cfc4a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate-clients/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
44
// Comparison link (update with previous hash):
5-
// https://github.com/smithy-lang/smithy-typescript/compare/08e3b88680fec11b216b8bffaa4a44dba76eee8b...3926fd725e854af32d47c41fbb4cbafccebfa117
6-
SMITHY_TS_COMMIT: "3926fd725e854af32d47c41fbb4cbafccebfa117",
5+
// https://github.com/smithy-lang/smithy-typescript/compare/3926fd725e854af32d47c41fbb4cbafccebfa117...2cadea188e393e3deab55f5fc4f59d1a4c5da571
6+
SMITHY_TS_COMMIT: "2cadea188e393e3deab55f5fc4f59d1a4c5da571",
77
};
88

99
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)