fix(postinstall): remove legacy postinstall binary installer and packaging entry

This commit is contained in:
2026-02-26 17:08:29 +00:00
parent 438242df07
commit 4eb2fe7934
4 changed files with 8 additions and 232 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-26 - 5.2.6 - fix(postinstall)
remove legacy postinstall binary installer and packaging entry
- Deleted scripts/install-binary.js (legacy postinstall script that downloaded platform-specific binaries).
- Removed reference to scripts/install-binary.js from package.json "files" array so the installer is no longer included in published packages.
- This prevents automatic binary downloads during npm install and reduces package size; recommend a patch version bump.
## 2026-02-26 - 5.2.5 - fix(package)
remove CLI bin wrapper and exclude bin/ from published files