v0.1.4: Drop tsx, align scripts to bun-native execution
Drop tsx, align scripts to bun-native execution
All build scripts switched from tsx to bun run; tsx removed from devDependencies.
start:stdio and start:http now run via bun directly. funding block added.
Changed:
- All scripts: tsx replaced with bun run
- test: vitest run → bunx vitest run
- start:stdio / start:http: node → bun ./dist/index.js
- start script removed (superseded by start:stdio / start:http)
- engines.bun: >=1.3.0 → >=1.3.2
Removed:
- tsx devDependency
Added:
- funding block (GitHub Sponsors, Buy Me a Coffee)
50 tests pass; bun run devcheck clean.