fix(config): rename npmextra configuration to .smartconfig.json and align publish packaging with updated config handling

This commit is contained in:
2026-03-24 19:05:22 +00:00
parent 58ae83f732
commit 9d6daa0430
10 changed files with 3143 additions and 3287 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-03-24 - 1.11.4 - fix(config)
rename npmextra configuration to .smartconfig.json and align publish packaging with updated config handling
- replaces packaged config file references from npmextra.json to .smartconfig.json
- updates publish module typings and null checks for tsPublishJson, package info, and file paths
- bumps build and runtime dependencies to newer compatible versions
- simplifies tsconfig.json by removing unused baseUrl and paths settings
- refreshes README content to document current CLI, registry, and package publishing behavior
## 2026-03-24 - 1.11.3 - fix(config)
replace npmextra with smartconfig for base registry resolution