refactor: nest client manifest metadata under dsh

This commit is contained in:
imccyu
2026-08-10 21:11:09 +08:00
parent 854f6623bb
commit 717792b631
52 changed files with 379 additions and 269 deletions
+9 -7
View File
@@ -22,13 +22,15 @@
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"dshClient": {
"inject": [
"@deepseek-ai/dsh-client-connection",
"@deepseek-ai/dsh-client-runtime"
],
"platform": "web",
"immediately": true
"dsh": {
"client": {
"inject": [
"@deepseek-ai/dsh-client-connection",
"@deepseek-ai/dsh-client-runtime"
],
"platform": "web",
"immediately": true
}
},
"license": "BSD-3-Clause",
"peerDependencies": {