fix(ci): Remove .npmrc containing hard-coded npm registry configuration

This commit is contained in:
2025-08-18 00:14:21 +00:00
parent 0001b433bf
commit dc92b7fe93
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-08-18 - 11.2.7 - fix(ci)
Remove .npmrc containing hard-coded npm registry configuration
- Removed .npmrc which contained 'registry=https://registry.npmjs.org/'
- Avoids committing environment-specific npm registry configuration; rely on user or CI environment settings instead
## 2025-08-18 - 11.2.6 - fix(fs)
Improve fs and stream handling, enhance SmartFile/StreamFile, update tests and CI configs