Skip to content

v0.2.3

Choose a tag to compare

@cyanheads cyanheads released this 25 May 02:07
v0.2.3
0fae505

Drop tsx, align scripts to bun-native execution, revert Dockerfile to oven/bun

Build tooling alignment release — removes the tsx runtime dependency and runs all scripts natively under Bun. Dockerfile build stage returns to oven/bun:1.3.

Changed:

  • All package.json scripts switched from tsx to bun run scripts/*.ts
  • start:stdio and start:http now invoke bun ./dist/index.js (not node)
  • Dockerfile build stage reverted from node:24-slim to oven/bun:1.3 (bun install + bun run build)
  • funding block added to package.json

Removed:

  • tsx devDependency

81 tests pass; bun run devcheck clean.