Skip to content

v1.0.7

Choose a tag to compare

@avi12 avi12 released this 10 Jun 20:43
· 2 commits to main since this release

Highlights

  • Lighter CLI — replaced yargs with Node's built-in node:util parseArgs, dropping a dependency while preserving per-command options, greedy changelog input, and --publish-only.
  • Lighter ZIP reading — replaced @zip.js/zip.js with fflate, 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 tsconfig updates), plus the new fallow audit tool.

Commits

  • chore: add project tooling config
  • build(tsconfig): set explicit rootDir and node types for TypeScript 6
  • build(deps): upgrade dependencies, swap libraries, add fallow
  • refactor(zip): replace @zip.js/zip.js with fflate
  • refactor(cli): replace yargs with node:util parseArgs

Full Changelog: v1.0.6...v1.0.7