34 lines
885 B
JSON
34 lines
885 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|