fix(npmextra): normalize npmextra configuration: move package configs under namespaced keys, add public npm registry, and add @ship.zone/szci; remove legacy npmci/gitzone keys

This commit is contained in:
2026-03-02 13:51:29 +00:00
parent 977de41d4c
commit 7d51c8f2dd
3 changed files with 19 additions and 13 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-02 - 4.0.5 - fix(npmextra)
normalize npmextra configuration: move package configs under namespaced keys, add public npm registry, and add @ship.zone/szci; remove legacy npmci/gitzone keys
- Removed legacy top-level 'npmci' and 'gitzone' keys
- Promoted '@git.zone/cli' to top-level and added 'https://registry.npmjs.org' to its release registries
- Moved the long legal/tsdoc block into '@git.zone/tsdoc'
- Added new '@ship.zone/szci' entry with npmGlobalTools: []
## 2026-03-02 - 4.0.4 - fix(webrequest)
complete rewrite to v4: migrate API to fetch-compatible function and new WebrequestClient, update tests and docs, and bump dependencies