fix(config(npmextra)): normalize npmextra.json keys to namespaced entries and add release registries

This commit is contained in:
2026-03-09 16:19:53 +00:00
parent 79d02bf806
commit c3014eb72d
3 changed files with 20 additions and 7 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-09 - 2.0.10 - fix(config(npmextra))
normalize npmextra.json keys to namespaced entries and add release registries
- Replaced top-level "npmci" and "gitzone" entries with namespaced keys (@git.zone/cli)
- Moved tsdoc/legal content under @git.zone/tsdoc
- Added a release configuration for @git.zone/cli with registries (verdaccio + npm) and accessLevel: public
- Added a new empty @ship.zone/szci entry
## 2026-03-09 - 2.0.9 - fix(smartpdf)
lazily initialize SmartPdf, stop it only when present, and make evaluateOnPage reliably close pages