v0.2.1 — 修复更新卡版本 fix updates stuck on 0.x
修复 Fix
更新命令现在带 \pnpm --latest\:0.x 版本的 caret 范围(如 ^0.1.3\)不允许跨 minor 升级,导致工坊自己和 0.x 插件点更新后实际版本没变(旧版 0.1.3 依然在运行、依然提示重启)。现在更新会无视范围直接升到最新,并自动重写依赖范围。
- Updates now run \pnpm update --latest, so caret ranges on 0.x versions can no longer stall upgrades (the running 0.1.3 kept reporting success without ever upgrading).
- 本机升级指引:手动执行一次 \dsh plugin --profile web add @cyber-moshen/dsh-plugin-market@0.2.1\ 并重启 Web 服务一次;之后所有安装/更新/卸载均热重载生效,无需重启。