fix(mod_format): stop package.json formatter from modifying buildDocs and dependency entries

This commit is contained in:
2026-04-16 13:05:47 +00:00
parent 4214a1fdf1
commit 4c86ad62fb
4 changed files with 8 additions and 94 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-16 - 2.13.16 - fix(mod_format)
stop package.json formatter from modifying buildDocs and dependency entries
- removes automatic buildDocs script injection from the package.json formatter
- removes dependency include/exclude and latest-version update logic from package.json formatting
- drops the unused smartnpm plugin import after removing registry lookups
## 2026-03-24 - 2.13.15 - fix(repo)
no changes to commit