v0.1.3
Full release notes: https://releases.i18nprune.dev/search?q=0.1.3
Summary
Patch release focused on cleanup result consistency across the CLI and Core SDK.
Changes
- Fixed cleanup ripgrep guard defaults.
- Cleanup summaries now use
dynamicfor non-literal key site counts. - Cleanup JSON envelopes now expose
data.dynamicinstead ofdata.dynamicKeySites. - Run-event count reporting has been aligned across CLI and SDK outputs.
Installation
CLI
npm install -g i18nprune@0.1.3Core SDK
npm install @i18nprune/core@0.1.3Breaking Changes
Cleanup JSON envelope rename
The cleanup payload field:
- data.dynamicKeySites
+ data.dynamicThis affects:
- JSON consumers
- jq scripts
- SDK parsers
- Automation built around
cleanup --json
No changes were made to runCleanup() orchestration signatures; only the payload field name changed.
Migration
npm install -g i18nprune@0.1.3
npm install @i18nprune/core@0.1.3Update any cleanup JSON consumers:
- .data.dynamicKeySites
+ .data.dynamicFull Changelog: v0.1.2...v0.1.3