@jxgame2020/dsh-token-quota 0.1.7 → 0.1.8
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 +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jxgame2020/dsh-token-quota",
|
|
3
3
|
"description": "Daily per-model token quota accounting, enforcement, and a floating quota panel for the DeepSeek Harness — a fully self-contained plugin (no core-Harness wiring, no generated RPC contract)",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.8",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@deepseek-ai/dsh-user-approval": "*",
|
|
78
78
|
"@deepseek-ai/dsh-user-questions": "*",
|
|
79
79
|
"@deepseek-ai/dsh-workspace": "*",
|
|
80
|
-
"@deepseek-ai/schemastery": "
|
|
80
|
+
"@deepseek-ai/schemastery": "*"
|
|
81
81
|
},
|
|
82
82
|
"peerDependenciesMeta": {
|
|
83
83
|
"@deepseek-ai/cordis": {
|