feat(package): improve package metadata and standardize project configuration

This commit is contained in:
2026-04-30 08:39:35 +00:00
parent d079f245ef
commit f4673c3029
9 changed files with 1883 additions and 1669 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## 2026-04-30 - 1.4.0 - feat(package)
improve package metadata and standardize project configuration
- replace npmextra.json with .smartconfig.json and expand project metadata
- add package publishing metadata including files, keywords, homepage, repository, bugs, and packageManager
- tighten TypeScript configuration with noImplicitAny and explicit node types
- update build tooling dependencies and remove the allowimplicitany build flag
- add a license file and align readme references and install instructions
## 2026-03-14 - 1.3.2 - fix(rustbinarylocator)
support resolving platform-suffixed local Rust binaries