@mzzsfy/dsh-llm-pi-gateway 0.2.4 → 0.2.5
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 +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mzzsfy/dsh-llm-pi-gateway",
|
|
3
3
|
"description": "NewAPI 等 LLM 网关接入:跨协议会话粘性标记,提升网关侧 prompt 缓存命中,compat 全开放",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
33
33
|
"@deepseek-ai/dsh-llm": ">=0.1.2-rc.1",
|
|
34
34
|
"@deepseek-ai/dsh-settings": ">=0.1.2-alpha.2",
|
|
35
|
-
"@deepseek-ai/dsh-credentials": "
|
|
36
|
-
"@deepseek-ai/dsh-launch-environment": "
|
|
35
|
+
"@deepseek-ai/dsh-credentials": ">=0.1.2-rc.1",
|
|
36
|
+
"@deepseek-ai/dsh-launch-environment": ">=0.1.2-rc.1",
|
|
37
37
|
"@deepseek-ai/dsh-llm-pi-ai": ">=0.1.2-rc.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@deepseek-ai/schemastery": "3.18.2",
|
|
41
41
|
"@deepseek-ai/dsh-llm": "0.1.2-rc.1",
|
|
42
42
|
"@deepseek-ai/dsh-settings": "0.1.2-rc.1",
|
|
43
|
-
"@deepseek-ai/dsh-credentials": "0.1.
|
|
44
|
-
"@deepseek-ai/dsh-launch-environment": "0.1.
|
|
43
|
+
"@deepseek-ai/dsh-credentials": "0.1.2-rc.1",
|
|
44
|
+
"@deepseek-ai/dsh-launch-environment": "0.1.2-rc.1",
|
|
45
45
|
"@deepseek-ai/dsh-llm-pi-ai": "0.1.2-rc.1"
|
|
46
46
|
},
|
|
47
47
|
"files": [
|