fix(web): ship protocol runtime dependency for delivered file actions

This commit is contained in:
creatixchu
2026-09-09 17:02:24 +08:00
parent 99bffa7f9a
commit dfda1d6aaf
2 changed files with 8 additions and 5 deletions
+4 -2
View File
@@ -72,12 +72,14 @@
"@deepseek-ai/dsh-api-workspace-files": "workspace:^",
"@deepseek-ai/dsh-fs": "workspace:^",
"@deepseek-ai/dsh-fs-local": "workspace:^",
"@deepseek-ai/dsh-typert-protocol": "workspace:^",
"@deepseek-ai/dsh-agent": "workspace:^"
},
"files": [
"lib/index.js",
"lib/client.js",
"lib/types/**/*.d.ts"
]
],
"dependencies": {
"@deepseek-ai/dsh-typert-protocol": "workspace:^"
}
}
+4 -3
View File
@@ -2683,6 +2683,10 @@ importers:
version: 4.4.3
packages/client/ui-deliverables:
dependencies:
'@deepseek-ai/dsh-typert-protocol':
specifier: workspace:^
version: link:../../typert/protocol
devDependencies:
'@deepseek-ai/cordis':
specifier: workspace:^
@@ -2750,9 +2754,6 @@ importers:
'@deepseek-ai/dsh-tool-present':
specifier: workspace:^
version: link:../../fs/tool-present
'@deepseek-ai/dsh-typert-protocol':
specifier: workspace:^
version: link:../../typert/protocol
'@deepseek-ai/dsh-util-workspace-path':
specifier: workspace:^
version: link:../../util/workspace-path