@dougen/dsh-deepseek-usage 0.4.3 → 0.4.4
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 +9 -1
package/package.json
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dougen/dsh-deepseek-usage",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "DeepSeek 余额侧边栏插件:余额(官方 API)、当前档单价与峰谷时段指示灯,支持中/英文界面。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/dougen/dsh-deepseek-usage.git"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/dougen/dsh-deepseek-usage",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/dougen/dsh-deepseek-usage/issues"
|
|
14
|
+
},
|
|
7
15
|
"files": [
|
|
8
16
|
"lib",
|
|
9
17
|
"cordis.patch.yml",
|