@klarkxy/dsh-model-center 0.1.1 → 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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klarkxy/dsh-model-center",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Configure model tiers, provider connections, and AI call limits for DeepSeek Harness.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@klarkxy/dsh-ai-services": "0.1.
|
|
62
|
+
"@klarkxy/dsh-ai-services": "0.1.2"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@deepseek-ai/cordis": "^4.0.3"
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"keywords": [
|
|
73
73
|
"dsh",
|
|
74
74
|
"dsh-plugin",
|
|
75
|
+
"dsh-plugins",
|
|
75
76
|
"deepseek-harness",
|
|
76
77
|
"model-center",
|
|
77
78
|
"model-routing",
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
"registry": "https://registry.npmjs.org/"
|
|
92
93
|
},
|
|
93
94
|
"dshRelease": {
|
|
94
|
-
"contentHash": "sha256-
|
|
95
|
+
"contentHash": "sha256-1db420bf35ce2154298f16c63b1361a07da690aa44f7f09cd776c3dd7d08984a"
|
|
95
96
|
},
|
|
96
97
|
"scripts": {
|
|
97
98
|
"build": "tsdown && node ../../scripts/wrap-client.mjs @klarkxy/dsh-model-center",
|