@kenz1117/dsh-ui-usage-billing 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/client.js +3 -3
- package/lib/types/aggregate.d.ts +3 -1
- package/lib/types/client/apply.d.ts +2 -2
- package/lib/types/client/budget-store.d.ts +1 -1
- package/lib/types/client/completion-notify.d.ts +2 -2
- package/lib/types/client/live-cost.d.ts +9 -9
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -229,7 +229,7 @@ npm publish --access public
|
|
|
229
229
|
|
|
230
230
|
- **权限等级:high**:读取持久会话日志(文件)、访问多厂商官方 / 订阅 / 余额 / 定价 API(网络)、经凭据 seam 读取 `apiKeyEnv`(凭据)、写入 `~/.dsh` 账本(持久状态);**不含**命令执行 / Shell。
|
|
231
231
|
- **更新通道:`user-reviewed`**:本插件具备文件 / 网络 / 凭据能力,DSH STORE 采用每次安装需本机人工确认的通道;安装前请复核仓库、固定 Commit、生命周期脚本与影响范围。
|
|
232
|
-
- **兼容范围**:DSH `0.1.
|
|
232
|
+
- **兼容范围**:DSH `0.1.2-alpha.1` 起声明为 `compatible`(见 `package.json` 的 `dsh.compatibility.dshReleases`);旧宿主(`0.1.0-rc.8` ~ `0.1.1-rc.2`)请停留在 v1.0.11。Node.js `^22.19.0 || >=24.0.0`。
|
|
233
233
|
- **生命周期**:无 `preinstall` / `install` / `postinstall` / `prepare`(安装即用)。
|
|
234
234
|
- **不冒用官方**:仅新增自有 entry id `ui-usage-billing`;对 `@deepseek-ai/dsh-*` 仅为 `peerDependencies` 依赖(不重复安装 / 不替换 / 不遮蔽官方组件),包名使用第三方命名空间 `@kenz1117/*`。
|
|
235
235
|
- **打包产物**:运行文件 `lib/*` 与 `cordis.patch.yml` 已随固定 Commit 提交并声明在 `files`。
|