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