Skip to content

v0.1.4: Drop tsx, align scripts to bun-native execution

Choose a tag to compare

@cyanheads cyanheads released this 25 May 02:04
v0.1.4
8426db5

Drop tsx, align scripts to bun-native execution

All build/script invocations switched from tsx to bun run; test script uses bunx vitest run; start scripts use bun runtime directly. tsx removed from devDependencies. Funding block added.

Changed:

  • All scripts/* invocations: tsx → bun run
  • test: vitest run → bunx vitest run
  • start:stdio / start:http: node → bun ./dist/index.js; bare start alias removed
  • funding block added (GitHub Sponsors, Buy Me a Coffee)
  • tsx removed from devDependencies

53 tests pass; bun run devcheck clean.