Commit 7e6c4e0
fix(compat): resolve cyclic import between compat.ts and index.ts (#99)
Import SUPPORTED_SERVER_VERSION directly from version.ts instead of
index.ts, which itself imports from client.ts, creating a cycle.
version.ts is the canonical source for this constant.
Closes #67
Co-authored-by: Claude <noreply@anthropic.com>1 parent d65cf65 commit 7e6c4e0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments