@sparkelf/dsh-plus 0.2.0-rc.15 → 0.2.0-rc.16
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 +20 -20
package/package.json
CHANGED
|
@@ -9,25 +9,25 @@
|
|
|
9
9
|
"@deepseek-ai/dsh-web-search-exa": ">=0.1.6-alpha.1",
|
|
10
10
|
"@sparkelf/dsh-client-ui-skill-center": ">=0.2.0-rc.9",
|
|
11
11
|
"@sparkelf/dsh-mobile-bridge": ">=0.2.11",
|
|
12
|
-
"@sparkelf/dsh-patch-better-sidebar-browser-url-seed": ">=0.2.0-rc.
|
|
13
|
-
"@sparkelf/dsh-patch-better-sidebar-html-preview-path": ">=0.2.0-rc.
|
|
14
|
-
"@sparkelf/dsh-patch-better-sidebar-main-view-session": ">=0.2.0-rc.
|
|
15
|
-
"@sparkelf/dsh-patch-better-sidebar-media-path": ">=0.2.0-rc.
|
|
16
|
-
"@sparkelf/dsh-patch-browser-auth-mode": ">=0.2.0-rc.
|
|
17
|
-
"@sparkelf/dsh-patch-composer-popover-boundaries": ">=0.2.0-rc.
|
|
18
|
-
"@sparkelf/dsh-patch-legacy-code-preset": ">=0.2.0-rc.
|
|
19
|
-
"@sparkelf/dsh-patch-mobile-journal-generation": ">=0.2.0-rc.
|
|
20
|
-
"@sparkelf/dsh-patch-officecli-deliverables": ">=0.2.0-rc.
|
|
21
|
-
"@sparkelf/dsh-patch-ptc-mcp-schema-types": ">=0.2.0-rc.
|
|
22
|
-
"@sparkelf/dsh-patch-responses-reasoning-status": ">=0.2.0-rc.
|
|
23
|
-
"@sparkelf/dsh-patch-session-export-chinese": ">=0.2.0-rc.
|
|
24
|
-
"@sparkelf/dsh-patch-session-format-legacy-restart": ">=0.2.0-rc.
|
|
25
|
-
"@sparkelf/dsh-patch-session-log-trajectory-toolbar": ">=0.2.0-rc.
|
|
26
|
-
"@sparkelf/dsh-patch-session-query-unindexable-session": ">=0.2.0-rc.
|
|
27
|
-
"@sparkelf/dsh-patch-subagent-settings-presets": ">=0.2.0-rc.
|
|
28
|
-
"@sparkelf/dsh-patch-web-base-path": ">=0.2.0-rc.
|
|
29
|
-
"@sparkelf/dsh-patch-workspace-storage-restore": ">=0.2.0-rc.
|
|
30
|
-
"@sparkelf/dsh-patch-wsl-native-open": ">=0.2.0-rc.
|
|
12
|
+
"@sparkelf/dsh-patch-better-sidebar-browser-url-seed": ">=0.2.0-rc.16",
|
|
13
|
+
"@sparkelf/dsh-patch-better-sidebar-html-preview-path": ">=0.2.0-rc.16",
|
|
14
|
+
"@sparkelf/dsh-patch-better-sidebar-main-view-session": ">=0.2.0-rc.16",
|
|
15
|
+
"@sparkelf/dsh-patch-better-sidebar-media-path": ">=0.2.0-rc.16",
|
|
16
|
+
"@sparkelf/dsh-patch-browser-auth-mode": ">=0.2.0-rc.16",
|
|
17
|
+
"@sparkelf/dsh-patch-composer-popover-boundaries": ">=0.2.0-rc.16",
|
|
18
|
+
"@sparkelf/dsh-patch-legacy-code-preset": ">=0.2.0-rc.16",
|
|
19
|
+
"@sparkelf/dsh-patch-mobile-journal-generation": ">=0.2.0-rc.16",
|
|
20
|
+
"@sparkelf/dsh-patch-officecli-deliverables": ">=0.2.0-rc.16",
|
|
21
|
+
"@sparkelf/dsh-patch-ptc-mcp-schema-types": ">=0.2.0-rc.16",
|
|
22
|
+
"@sparkelf/dsh-patch-responses-reasoning-status": ">=0.2.0-rc.16",
|
|
23
|
+
"@sparkelf/dsh-patch-session-export-chinese": ">=0.2.0-rc.16",
|
|
24
|
+
"@sparkelf/dsh-patch-session-format-legacy-restart": ">=0.2.0-rc.16",
|
|
25
|
+
"@sparkelf/dsh-patch-session-log-trajectory-toolbar": ">=0.2.0-rc.16",
|
|
26
|
+
"@sparkelf/dsh-patch-session-query-unindexable-session": ">=0.2.0-rc.16",
|
|
27
|
+
"@sparkelf/dsh-patch-subagent-settings-presets": ">=0.2.0-rc.16",
|
|
28
|
+
"@sparkelf/dsh-patch-web-base-path": ">=0.2.0-rc.16",
|
|
29
|
+
"@sparkelf/dsh-patch-workspace-storage-restore": ">=0.2.0-rc.16",
|
|
30
|
+
"@sparkelf/dsh-patch-wsl-native-open": ">=0.2.0-rc.16",
|
|
31
31
|
"@sparkelf/dsh-plugin-backup": ">=0.2.0-rc.8",
|
|
32
32
|
"@sparkelf/dsh-plugin-dataops": ">=0.2.0-rc.8",
|
|
33
33
|
"@sparkelf/dsh-plugin-mcp-credentials": ">=0.2.0-rc.8",
|
|
@@ -189,5 +189,5 @@
|
|
|
189
189
|
},
|
|
190
190
|
"type": "module",
|
|
191
191
|
"types": "lib/types/index.d.ts",
|
|
192
|
-
"version": "0.2.0-rc.
|
|
192
|
+
"version": "0.2.0-rc.16"
|
|
193
193
|
}
|