fix(npmextra): Normalize npmextra.json: move tsdoc legal entry and reposition @git.zone/cli configuration

This commit is contained in:
2025-12-14 11:52:20 +00:00
parent d60de5cef7
commit d038b1d681
3 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-12-14 - 2.6.1 - fix(npmextra)
Normalize npmextra.json: move tsdoc legal entry and reposition @git.zone/cli configuration
- Move TSDoc legal text into a top-level "tsdoc.legal" property in npmextra.json
- Remove the misplaced "gitzone" object that previously contained the TSDoc legal block
- Reorder and properly nest the "@git.zone/cli" configuration to follow the new "tsdoc" section
- Pure configuration change (JSON structure) — no functional code changes
## 2025-12-14 - 2.6.0 - feat(mod_commit)
Add execution plan output to commit command