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
976db91

Drop tsx, align scripts to bun-native execution

Switches all package.json scripts from tsx to bun run for native Bun TS execution. Removes tsx from devDependencies. Adds funding block. Bumps start scripts from node to bun runtime.

Changed:

  • All build/dev scripts migrated to bun run
  • test changed to bunx vitest run
  • start:stdio / start:http use bun ./dist/index.js; removed legacy start alias
  • engines.bun floor bumped >=1.3.0>=1.3.2

Removed:

  • tsx from devDependencies

Added:

  • funding block (GitHub Sponsors + Buy Me a Coffee)

61 tests pass; bun run devcheck clean.