Commit 54a40ed
committed
Keep the 0.2.93 release to the version bump alone
The release commit swept up uncommitted dependency edits sitting in the
working tree — arktype off the workspace catalog, plus mcp-sdk,
typescript-language-server, and ws bumps — without their lockfile, so
`bun install --frozen-lockfile` refused and every branch went red.
Dependencies return to what the lockfile actually pins. The arktype bump
in particular cannot be taken alone: every @intx/* package pins ^2.1.29,
so a root ^2.2.3 resolves a second instance and `instanceof type.errors`
stops narrowing across the boundary.1 parent d703b27 commit 54a40ed
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments