@sparkelf/dsh-plus-standalone 0.2.0-rc.17 → 0.2.0-rc.19

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.
Files changed (1) hide show
  1. package/package.json +16 -7
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.17",
25
+ "@sparkelf/dsh-plus": "0.2.0-rc.19",
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",
@@ -228,9 +235,10 @@
228
235
  "name": "@sparkelf/dsh-plus-standalone",
229
236
  "overrides": {
230
237
  "@deepseek-ai/dsh-agent": "0.1.6-alpha.1",
231
- "@deepseek-ai/dsh-agent-presets": "npm:@sparkelf/dsh-agent-presets@0.1.6-alpha.2",
238
+ "@deepseek-ai/dsh-agent-presets": "npm:@sparkelf/dsh-agent-presets@0.1.6-alpha.3",
232
239
  "@deepseek-ai/dsh-api-gateway": "npm:@sparkelf/dsh-api-gateway@0.1.6-alpha.2",
233
- "@deepseek-ai/dsh-api-session-controller": "npm:@sparkelf/dsh-api-session-controller@0.1.6-alpha.2",
240
+ "@deepseek-ai/dsh-api-session-controller": "npm:@sparkelf/dsh-api-session-controller@0.1.6-alpha.3",
241
+ "@deepseek-ai/dsh-api-terminal-controller": "npm:@sparkelf/dsh-api-terminal-controller@0.1.6-alpha.3",
234
242
  "@deepseek-ai/dsh-client-connection": "npm:@sparkelf/dsh-client-connection@0.1.6-alpha.2",
235
243
  "@deepseek-ai/dsh-client-locale": "0.1.6-alpha.1",
236
244
  "@deepseek-ai/dsh-client-store": "0.1.6-alpha.1",
@@ -262,6 +270,7 @@
262
270
  "@deepseek-ai/dsh-session": "0.1.6-alpha.1",
263
271
  "@deepseek-ai/dsh-session-format-v0-to-v1": "npm:@sparkelf/dsh-session-format-v0-to-v1@0.1.6-alpha.2",
264
272
  "@deepseek-ai/dsh-session-log-export": "npm:@sparkelf/dsh-session-log-export@0.1.6-alpha.2",
273
+ "@deepseek-ai/dsh-session-query-sqlite": "npm:@sparkelf/dsh-session-query-sqlite@0.1.6-alpha.2",
265
274
  "@deepseek-ai/dsh-settings": "0.1.6-alpha.1",
266
275
  "@deepseek-ai/dsh-skill": "0.1.6-alpha.1",
267
276
  "@deepseek-ai/dsh-subagent": "0.1.6-alpha.1",
@@ -289,5 +298,5 @@
289
298
  },
290
299
  "type": "module",
291
300
  "types": "lib/types/index.d.ts",
292
- "version": "0.2.0-rc.17"
301
+ "version": "0.2.0-rc.19"
293
302
  }