diff --git a/packages/client/ui-task/package.json b/packages/client/ui-task/package.json index b5f372cb16..c8354f8f6c 100644 --- a/packages/client/ui-task/package.json +++ b/packages/client/ui-task/package.json @@ -21,14 +21,16 @@ "./src/*": "./src/*", "./package.json": "./package.json" }, - "dshClient": { - "inject": [ - "@deepseek-ai/dsh-client-locale", - "@deepseek-ai/dsh-client-runtime", - "@deepseek-ai/dsh-client-ui-conversation", - "@deepseek-ai/dsh-client-ui-primitives" - ], - "platform": "web" + "dsh": { + "client": { + "inject": [ + "@deepseek-ai/dsh-client-locale", + "@deepseek-ai/dsh-client-runtime", + "@deepseek-ai/dsh-client-ui-conversation", + "@deepseek-ai/dsh-client-ui-primitives" + ], + "platform": "web" + } }, "scripts": { "bundle": "tsdown",