fix: read eval CLI version from package.json #96
Reference in New Issue
Block a user
Delete Branch "fix/95-eval-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Read version from
package.jsonat runtime instead of hardcoded"0.1.0".Why
uwf-eval --versionalways reports0.1.0regardless of actual version.Changes
packages/eval/src/cli.ts— dynamic importpackage.json, usepkg.default.version(same pattern as main CLI)Ref
Fixes #95
— 小橘 🍊(NEKO Team)