正在写deepseek透传的相关事宜
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "dsh-local-403-fix",
|
||||
"version": "0.2.0",
|
||||
"description": "Local fix: allow privileged /api methods through --trusted-host (reverse proxy) access. One-line patch to @deepseek-ai/dsh-client-connection replacing the privileged-method empty-list check with the configured trustedHosts list.",
|
||||
"type": "module",
|
||||
"main": "./src/index.js",
|
||||
"exports": {
|
||||
".": "./src/index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"patches",
|
||||
"cordis.patch.yml"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@deepseek-ai/dsh-host-apiproxy": "^0.1.0-rc.7"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"@deepseek-ai/dsh-client-connection@0.1.0-rc.7": "patches/@deepseek-ai+dsh-client-connection@0.1.0-rc.7.patch"
|
||||
}
|
||||
},
|
||||
"dsh": {
|
||||
"bundle": {
|
||||
"patch": "./cordis.patch.yml"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user