@feiyang666/dsh-usage-plugin 1.13.0 → 1.13.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +9 -1
package/CHANGELOG.md CHANGED
@@ -32,6 +32,15 @@
32
32
 
33
33
  ---
34
34
 
35
+ ## v1.13.1 (2026-08-27)
36
+
37
+ ### 文档 / Docs
38
+
39
+ - **补全贡献者名单**(`package.json` contributors):新增 [@ayleen](https://github.com/ayleen)(PR #7 英文界面)与 [@wuhuqif176](https://github.com/wuhuqif176)(PR #8 百炼配额)。
40
+ - **新增 `.mailmap`**:把 PR #7 提交作者 `Ruslan R. Musakalimov <gitlab@letsweb.me>` 映射到 GitHub 账号 @ayleen,使仓库 Contributors 图与 git blame 正确归属历史提交。
41
+
42
+ ---
43
+
35
44
  ## v1.13.0 (2026-08-23)
36
45
 
37
46
  ### 新增 / New
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feiyang666/dsh-usage-plugin",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "DeepSeek Harness usage & cost tracker plugin: per-call token/cache-hit stats, peak/off-peak billing, DeepSeek balance query, CSV/JSON/PNG export with custom destination, and persistent local storage. Ships a host half plus a web client half in one npm package; installs into a DSH profile as a dsh.bundle with one command (dsh plugin --profile web add @feiyang666/dsh-usage-plugin).",
5
5
  "keywords": [
6
6
  "deepseek",
@@ -21,6 +21,14 @@
21
21
  "url": "git+https://github.com/feiyang-dev/dsh-usage-plugin.git"
22
22
  },
23
23
  "contributors": [
24
+ {
25
+ "name": "ayleen",
26
+ "url": "https://github.com/ayleen"
27
+ },
28
+ {
29
+ "name": "wuhuqif176",
30
+ "url": "https://github.com/wuhuqif176"
31
+ },
24
32
  {
25
33
  "name": "Martin-soaring-dev",
26
34
  "url": "https://github.com/Martin-soaring-dev"