@wannanbigpig/dsh-usage-stats 0.1.5 → 0.1.6
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 +2 -2
- package/cordis.patch.yml +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ DEEPSEEK_API_KEY: sk-your-key-here
|
|
|
123
123
|
# ~/.dsh/profiles/web/cordis.patch.yml
|
|
124
124
|
- insert:
|
|
125
125
|
- id: usage-stats
|
|
126
|
-
name: dsh-usage-stats
|
|
126
|
+
name: "@wannanbigpig/dsh-usage-stats"
|
|
127
127
|
config:
|
|
128
128
|
keys:
|
|
129
129
|
- DEEPSEEK_API_KEY
|
|
@@ -164,7 +164,7 @@ DEEPSEEK_API_KEY: sk-your-key-here
|
|
|
164
164
|
# ~/.dsh/profiles/web/cordis.patch.yml
|
|
165
165
|
- insert:
|
|
166
166
|
- id: usage-stats
|
|
167
|
-
name: dsh-usage-stats
|
|
167
|
+
name: "@wannanbigpig/dsh-usage-stats"
|
|
168
168
|
config:
|
|
169
169
|
keys:
|
|
170
170
|
- DEEPSEEK_API_KEY
|
package/cordis.patch.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wannanbigpig/dsh-usage-stats",
|
|
3
3
|
"description": "DeepSeek 官方余额、Token 用量、月历热图与离线 tokenizer,内置在 Harness 侧栏",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/wannanbigpig/dsh-usage-stats.git"
|
|
@@ -49,13 +49,14 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
|
-
"check": "node --check lib/index.js && node --check lib/usage.js && node --check lib/balance.js && node --check lib/providers.js && node --check lib/tokenizer.js && node --check lib/client.js && node --check scripts/count-tokens.mjs && node --check scripts/test-providers.mjs && node --check lib/ledger.js && node --check lib/pricing.js && node --check scripts/rebuild-today-legacy.mjs && node --check scripts/test-usage.mjs && node --check scripts/test-server.mjs && node --check scripts/smoke-client.mjs && node --check scripts/test-conversation.mjs && node --check scripts/test-tokenizer.mjs",
|
|
53
|
-
"test": "npm run check && node scripts/test-usage.mjs && node scripts/test-tokenizer.mjs && node scripts/test-providers.mjs && node scripts/test-server.mjs && node scripts/smoke-client.mjs && node scripts/test-conversation.mjs",
|
|
52
|
+
"check": "node --check lib/index.js && node --check lib/usage.js && node --check lib/balance.js && node --check lib/providers.js && node --check lib/tokenizer.js && node --check lib/client.js && node --check scripts/count-tokens.mjs && node --check scripts/test-providers.mjs && node --check scripts/test-package.mjs && node --check lib/ledger.js && node --check lib/pricing.js && node --check scripts/rebuild-today-legacy.mjs && node --check scripts/test-usage.mjs && node --check scripts/test-server.mjs && node --check scripts/smoke-client.mjs && node --check scripts/test-conversation.mjs && node --check scripts/test-tokenizer.mjs",
|
|
53
|
+
"test": "npm run check && node scripts/test-package.mjs && node scripts/test-usage.mjs && node scripts/test-tokenizer.mjs && node scripts/test-providers.mjs && node scripts/test-server.mjs && node scripts/smoke-client.mjs && node scripts/test-conversation.mjs",
|
|
54
54
|
"test:usage": "node scripts/test-usage.mjs",
|
|
55
55
|
"test:tokenizer": "node scripts/test-tokenizer.mjs",
|
|
56
56
|
"test:server": "node scripts/test-server.mjs",
|
|
57
57
|
"test:providers": "node scripts/test-providers.mjs",
|
|
58
58
|
"test:client": "node scripts/smoke-client.mjs && node scripts/test-conversation.mjs",
|
|
59
|
+
"test:package": "node scripts/test-package.mjs",
|
|
59
60
|
"tokens": "node scripts/count-tokens.mjs",
|
|
60
61
|
"whoami": "npm whoami --registry=https://registry.npmjs.org",
|
|
61
62
|
"publish:public": "npm publish --registry=https://registry.npmjs.org"
|