v1.0.7
Highlights
- Lighter CLI — replaced
yargswith Node's built-innode:utilparseArgs, dropping a dependency while preserving per-command options, greedy changelog input, and--publish-only. - Lighter ZIP reading — replaced
@zip.js/zip.jswithfflate, keeping the targeted-read optimization that parses only the central directory and the requested entry instead of loading the whole archive. - Dependencies upgraded to latest — including the majors ink 7, lint-staged 17, and TypeScript 6 (with the matching
tsconfigupdates), plus the new fallow audit tool.
Commits
chore: add project tooling configbuild(tsconfig): set explicit rootDir and node types for TypeScript 6build(deps): upgrade dependencies, swap libraries, add fallowrefactor(zip): replace @zip.js/zip.js with fflaterefactor(cli): replace yargs with node:util parseArgs
Full Changelog: v1.0.6...v1.0.7