Commit 1dc5323
authored
fix: remove timestamp from generated contracts.ts to prevent churn (smart-mcp-proxy#246)
The generate-types command embedded a timestamp in the generated
TypeScript file, causing it to change on every build even when the
actual type definitions hadn't changed. This led to:
- Accidental commits of timestamp-only changes
- Unnecessary merge conflicts between branches
- Noisy git status after every build
Remove the timestamp line entirely. The 'DO NOT EDIT' comment already
communicates the file is auto-generated, and git history shows when
the file actually changed.
Fixes smart-mcp-proxy#2451 parent 2841f33 commit 1dc5323
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments