@yyfather/dsh-balance 0.1.0 → 0.1.2

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/package.json CHANGED
@@ -1,60 +1,40 @@
1
- {
2
- "name": "@yyfather/dsh-balance",
3
- "version": "0.1.0",
4
- "description": "DeepSeek Harness 余额与开销插件:状态栏显示 DeepSeek/MiMo 余额与花费(本会话/本次活跃/最近一次/上次对话),逐请求按模型+峰谷时段计价,支持花费超线提醒(点击设置)",
5
- "repository": {
6
- "type": "git",
7
- "url": "git+https://github.com/YYfather/dsh-balance.git"
8
- },
9
- "homepage": "https://github.com/YYfather/dsh-balance#readme",
10
- "bugs": {
11
- "url": "https://github.com/YYfather/dsh-balance/issues"
12
- },
13
- "keywords": [
14
- "deepseek",
15
- "deepseek-harness",
16
- "dsh-plugin",
17
- "dsh-plugins",
18
- "balance",
19
- "cost",
20
- "usage"
21
- ],
22
- "type": "module",
23
- "main": "./index.js",
24
- "exports": {
25
- ".": "./index.js",
26
- "./client": "./client.js",
27
- "./package.json": "./package.json"
28
- },
29
- "files": [
30
- "index.js",
31
- "client.js",
32
- "cordis.patch.yml",
33
- "LICENSE",
34
- "README.md",
35
- "README_EN.md"
36
- ],
37
- "dsh": {
38
- "bundle": {
39
- "patch": "./cordis.patch.yml"
40
- },
41
- "client": {
42
- "platform": "web",
43
- "inject": [
44
- "@deepseek-ai/dsh-client-ui-slots",
45
- "@deepseek-ai/dsh-client-ui-conversation"
46
- ]
47
- }
48
- },
49
- "engines": {
50
- "node": ">=20"
51
- },
52
- "license": "MIT",
53
- "peerDependencies": {
54
- "@deepseek-ai/cordis": "^4.0.1",
55
- "@deepseek-ai/dsh-credentials": "^0.1.0-rc.6",
56
- "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6",
57
- "@deepseek-ai/schemastery": "^3.18.1",
58
- "react": "^18.2.0"
59
- }
60
- }
1
+ {
2
+ "name": "@yyfather/dsh-balance",
3
+ "version": "0.1.2",
4
+ "description": "DeepSeek Harness 余额与开销插件:状态栏显示 DeepSeek/MiMo 余额与花费(本会话/本次活跃/最近一次/上次对话),逐请求按模型+峰谷时段计价,支持花费超线提醒(点击设置)",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/YYfather/dsh-balance.git"
8
+ },
9
+ "homepage": "https://github.com/YYfather/dsh-balance#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/YYfather/dsh-balance/issues"
12
+ },
13
+ "keywords": ["deepseek", "deepseek-harness", "dsh-plugin", "dsh-plugins", "balance", "cost", "usage"],
14
+ "type": "module",
15
+ "main": "./index.js",
16
+ "exports": {
17
+ ".": "./index.js",
18
+ "./client": "./client.js",
19
+ "./cordis.patch.yml": "./cordis.patch.yml",
20
+ "./package.json": "./package.json"
21
+ },
22
+ "files": ["index.js", "client.js", "cordis.patch.yml", "LICENSE", "README.md", "README_EN.md"],
23
+ "dsh": {
24
+ "bundle": { "patch": "./cordis.patch.yml" },
25
+ "client": {
26
+ "platform": "web",
27
+ "inject": ["@deepseek-ai/dsh-client-ui-slots", "@deepseek-ai/dsh-client-ui-conversation"]
28
+ }
29
+ },
30
+ "publishConfig": { "access": "public" },
31
+ "engines": { "node": ">=20" },
32
+ "license": "MIT",
33
+ "peerDependencies": {
34
+ "@deepseek-ai/cordis": "^4.0.1",
35
+ "@deepseek-ai/dsh-credentials": "^0.1.0-rc.6",
36
+ "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6",
37
+ "@deepseek-ai/schemastery": "^3.18.1",
38
+ "react": "^18.2.0"
39
+ }
40
+ }