dshmarket 1.45.0 → 1.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dshmarket",
|
|
3
3
|
"description": "Visual plugin market inside DeepSeek Harness — browse, search, and one-click install community plugins. · DSH 可视化插件市场:逛一逛,点一下,装好。",
|
|
4
|
-
"version": "1.45.
|
|
4
|
+
"version": "1.45.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "lib/types/index.d.ts",
|
|
@@ -50,8 +50,6 @@
|
|
|
50
50
|
},
|
|
51
51
|
"client": {
|
|
52
52
|
"inject": [
|
|
53
|
-
"@deepseek-ai/dsh-client-connection",
|
|
54
|
-
"@deepseek-ai/dsh-client-runtime",
|
|
55
53
|
"@deepseek-ai/dsh-client-locale",
|
|
56
54
|
"@deepseek-ai/dsh-client-ui-settings",
|
|
57
55
|
"@deepseek-ai/dsh-client-ui-theme"
|