v0.2.2: run release:github with bun
run release:github with bun
The release:github npm script ran via tsx, which is not a declared dependency, so the GitHub Release step failed to resolve a runner. It now runs under bun run.
Fixed:
release:githubrunsbun run scripts/release-github.tsinstead oftsx scripts/release-github.ts
Dependency bumps:
@biomejs/biome^2.4.16 → ^2.5.0vitest^4.1.8 → ^4.1.9
218 tests pass; bun run devcheck clean.