fix(package): correct package entry point extension and align test scripts with pnpm

This commit is contained in:
2026-04-30 12:59:00 +00:00
parent 9a1044783d
commit faee6a1698
4 changed files with 10 additions and 5 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 2026-04-30 - 2.14.2 - fix(package)
correct package entry point extension and align test scripts with pnpm
- Change the package main field from dist_ts/index.ts to dist_ts/index.js for the built CLI entry point.
- Update test and testBuild scripts to use pnpm run instead of npm run for consistent package manager usage.
## 2026-04-16 - 2.14.1 - fix(repo)
no changes to commit