@sparkelf/dsh-plus-standalone 0.2.0-rc.17 → 0.2.0-rc.18
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 +13 -5
package/package.json
CHANGED
|
@@ -9,18 +9,24 @@
|
|
|
9
9
|
"@deepseek-ai/dsh-experimental-agent-team-profile": ">=0.1.6-alpha.1",
|
|
10
10
|
"@deepseek-ai/dsh-experimental-agent-team-web-profile": ">=0.1.6-alpha.1",
|
|
11
11
|
"@deepseek-ai/dsh-experimental-computer-use-cua-driver-mcp": ">=0.1.6-alpha.1",
|
|
12
|
+
"@deepseek-ai/dsh-tool-session-query": ">=0.1.6-alpha.1",
|
|
13
|
+
"@deepseek-ai/dsh-web-search-exa": ">=0.1.6-alpha.1",
|
|
12
14
|
"@huanlin/dsh-plugin-better-locale": "0.4.3",
|
|
13
15
|
"@sparkelf/dsh-api-client": "0.5.1",
|
|
16
|
+
"@sparkelf/dsh-client-ui-skill-center": ">=0.2.0-rc.17",
|
|
14
17
|
"@sparkelf/dsh-mineru": "0.1.2",
|
|
15
|
-
"@sparkelf/dsh-mobile-bridge": ">=0.2.11",
|
|
16
18
|
"@sparkelf/dsh-office-viewer-fonts": "0.1.2",
|
|
17
19
|
"@sparkelf/dsh-officecli": "0.1.2",
|
|
20
|
+
"@sparkelf/dsh-plugin-backup": ">=0.2.0-rc.17",
|
|
18
21
|
"@sparkelf/dsh-plugin-better-sidebar-office": "0.2.1",
|
|
22
|
+
"@sparkelf/dsh-plugin-mcp-credentials": ">=0.2.0-rc.17",
|
|
23
|
+
"@sparkelf/dsh-plugin-subagent-settings": ">=0.2.0-rc.17",
|
|
19
24
|
"@sparkelf/dsh-plugin-supervisor": "0.1.6",
|
|
20
|
-
"@sparkelf/dsh-plus": "0.2.0-rc.
|
|
25
|
+
"@sparkelf/dsh-plus": "0.2.0-rc.18",
|
|
21
26
|
"@sparkelf/dsh-ssh-manager": "0.7.2",
|
|
22
27
|
"@sparkelf/dsh-workbench-vault": "0.1.2",
|
|
23
28
|
"dsh-better-sidebar": "0.19.1",
|
|
29
|
+
"dsh-right-bg-anim": "1.1.0",
|
|
24
30
|
"dsh-sql-workbench": "0.5.1",
|
|
25
31
|
"dsh-video-preview": "0.1.4",
|
|
26
32
|
"dshmarket": ">=1.45.1",
|
|
@@ -50,7 +56,6 @@
|
|
|
50
56
|
"@deepseek-ai/dsh-experimental-agent-team-web-profile",
|
|
51
57
|
"@sparkelf/dsh-mineru",
|
|
52
58
|
"@sparkelf/dsh-officecli",
|
|
53
|
-
"@sparkelf/dsh-mobile-bridge",
|
|
54
59
|
"dshmarket",
|
|
55
60
|
"@huanlin/dsh-plugin-better-locale",
|
|
56
61
|
"dsh-better-sidebar",
|
|
@@ -62,9 +67,11 @@
|
|
|
62
67
|
"@sparkelf/dsh-plus",
|
|
63
68
|
"dsh-sql-workbench",
|
|
64
69
|
"@sparkelf/dsh-ssh-manager",
|
|
65
|
-
"@sparkelf/dsh-api-client"
|
|
70
|
+
"@sparkelf/dsh-api-client",
|
|
71
|
+
"dsh-right-bg-anim"
|
|
66
72
|
],
|
|
67
73
|
"formatVersion": 1,
|
|
74
|
+
"omittedPackages": {},
|
|
68
75
|
"peerOverrides": [
|
|
69
76
|
{
|
|
70
77
|
"name": "@deepseek-ai/dsh-llm",
|
|
@@ -262,6 +269,7 @@
|
|
|
262
269
|
"@deepseek-ai/dsh-session": "0.1.6-alpha.1",
|
|
263
270
|
"@deepseek-ai/dsh-session-format-v0-to-v1": "npm:@sparkelf/dsh-session-format-v0-to-v1@0.1.6-alpha.2",
|
|
264
271
|
"@deepseek-ai/dsh-session-log-export": "npm:@sparkelf/dsh-session-log-export@0.1.6-alpha.2",
|
|
272
|
+
"@deepseek-ai/dsh-session-query-sqlite": "npm:@sparkelf/dsh-session-query-sqlite@0.1.6-alpha.2",
|
|
265
273
|
"@deepseek-ai/dsh-settings": "0.1.6-alpha.1",
|
|
266
274
|
"@deepseek-ai/dsh-skill": "0.1.6-alpha.1",
|
|
267
275
|
"@deepseek-ai/dsh-subagent": "0.1.6-alpha.1",
|
|
@@ -289,5 +297,5 @@
|
|
|
289
297
|
},
|
|
290
298
|
"type": "module",
|
|
291
299
|
"types": "lib/types/index.d.ts",
|
|
292
|
-
"version": "0.2.0-rc.
|
|
300
|
+
"version": "0.2.0-rc.18"
|
|
293
301
|
}
|