fix(ci): update npmextra.json to rename keys, add release registries and add CI entry; remove legacy npmci configuration

This commit is contained in:
2026-02-26 17:02:04 +00:00
parent b2cfb58324
commit 96745be056
3 changed files with 22 additions and 8 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-02-26 - 4.1.2 - fix(ci)
update npmextra.json to rename keys, add release registries and add CI entry; remove legacy npmci configuration
- Renamed top-level key "gitzone" to "@git.zone/cli" and "tsdoc" to "@git.zone/tsdoc" to use scoped configuration keys.
- Added release configuration under @git.zone/cli with registries [https://verdaccio.lossless.digital, https://registry.npmjs.org] and accessLevel set to public.
- Removed legacy "npmci" block and introduced an "@ship.zone/szci" section (npmGlobalTools: []).
- No source code changes; this is a configuration/CI/publishing metadata update. Current package.json version is 4.1.1, recommend a patch bump.
## 2026-02-26 - 4.1.1 - fix(typedsocket)
reject pending requests on disconnect to avoid hanging promises