@sparkelf/dsh-plus 0.2.0-rc.8 → 0.2.0-rc.9

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 +27 -23
package/package.json CHANGED
@@ -4,27 +4,29 @@
4
4
  },
5
5
  "dependencies": {
6
6
  "@sparkelf/dsh-mobile-bridge": ">=0.2.11",
7
- "@sparkelf/dsh-patch-better-sidebar-html-preview-path": ">=0.2.0-rc.8",
8
- "@sparkelf/dsh-patch-better-sidebar-main-view-session": ">=0.2.0-rc.8",
9
- "@sparkelf/dsh-patch-better-sidebar-media-path": ">=0.2.0-rc.8",
10
- "@sparkelf/dsh-patch-browser-auth-mode": ">=0.2.0-rc.8",
11
- "@sparkelf/dsh-patch-composer-popover-boundaries": ">=0.2.0-rc.8",
12
- "@sparkelf/dsh-patch-legacy-code-preset": ">=0.2.0-rc.8",
13
- "@sparkelf/dsh-patch-mobile-journal-generation": ">=0.2.0-rc.8",
14
- "@sparkelf/dsh-patch-officecli-deliverables": ">=0.2.0-rc.8",
15
- "@sparkelf/dsh-patch-ptc-mcp-schema-types": ">=0.2.0-rc.8",
16
- "@sparkelf/dsh-patch-responses-reasoning-status": ">=0.2.0-rc.8",
17
- "@sparkelf/dsh-patch-session-export-chinese": ">=0.2.0-rc.8",
18
- "@sparkelf/dsh-patch-session-format-legacy-restart": ">=0.2.0-rc.8",
19
- "@sparkelf/dsh-patch-session-log-trajectory-toolbar": ">=0.2.0-rc.8",
20
- "@sparkelf/dsh-patch-subagent-settings-presets": ">=0.2.0-rc.8",
21
- "@sparkelf/dsh-patch-web-base-path": ">=0.2.0-rc.8",
22
- "@sparkelf/dsh-patch-workspace-storage-restore": ">=0.2.0-rc.8",
23
- "@sparkelf/dsh-patch-wsl-native-open": ">=0.2.0-rc.8",
24
- "@sparkelf/dsh-plugin-backup": ">=0.1.0-rc.26",
25
- "@sparkelf/dsh-plugin-dataops": ">=0.1.0-rc.26",
26
- "@sparkelf/dsh-plugin-mcp-credentials": ">=0.1.0-rc.26",
27
- "@sparkelf/dsh-plugin-subagent-settings": ">=0.1.0-rc.26",
7
+ "@sparkelf/dsh-patch-better-sidebar-browser-url-seed": ">=0.2.0-rc.9",
8
+ "@sparkelf/dsh-patch-better-sidebar-html-preview-path": ">=0.2.0-rc.9",
9
+ "@sparkelf/dsh-patch-better-sidebar-main-view-session": ">=0.2.0-rc.9",
10
+ "@sparkelf/dsh-patch-better-sidebar-media-path": ">=0.2.0-rc.9",
11
+ "@sparkelf/dsh-patch-browser-auth-mode": ">=0.2.0-rc.9",
12
+ "@sparkelf/dsh-patch-composer-popover-boundaries": ">=0.2.0-rc.9",
13
+ "@sparkelf/dsh-patch-legacy-code-preset": ">=0.2.0-rc.9",
14
+ "@sparkelf/dsh-patch-mobile-journal-generation": ">=0.2.0-rc.9",
15
+ "@sparkelf/dsh-patch-officecli-deliverables": ">=0.2.0-rc.9",
16
+ "@sparkelf/dsh-patch-ptc-mcp-schema-types": ">=0.2.0-rc.9",
17
+ "@sparkelf/dsh-patch-responses-reasoning-status": ">=0.2.0-rc.9",
18
+ "@sparkelf/dsh-patch-session-export-chinese": ">=0.2.0-rc.9",
19
+ "@sparkelf/dsh-patch-session-format-legacy-restart": ">=0.2.0-rc.9",
20
+ "@sparkelf/dsh-patch-session-log-trajectory-toolbar": ">=0.2.0-rc.9",
21
+ "@sparkelf/dsh-patch-session-query-unindexable-session": ">=0.2.0-rc.9",
22
+ "@sparkelf/dsh-patch-subagent-settings-presets": ">=0.2.0-rc.9",
23
+ "@sparkelf/dsh-patch-web-base-path": ">=0.2.0-rc.9",
24
+ "@sparkelf/dsh-patch-workspace-storage-restore": ">=0.2.0-rc.9",
25
+ "@sparkelf/dsh-patch-wsl-native-open": ">=0.2.0-rc.9",
26
+ "@sparkelf/dsh-plugin-backup": ">=0.2.0-rc.8",
27
+ "@sparkelf/dsh-plugin-dataops": ">=0.2.0-rc.8",
28
+ "@sparkelf/dsh-plugin-mcp-credentials": ">=0.2.0-rc.8",
29
+ "@sparkelf/dsh-plugin-subagent-settings": ">=0.2.0-rc.8",
28
30
  "dshmarket": ">=1.45.1",
29
31
  "semver": ">=7.7.3",
30
32
  "yaml": ">=2.9.0"
@@ -48,6 +50,7 @@
48
50
  "patchPackages": [
49
51
  "@sparkelf/dsh-patch-better-sidebar-media-path",
50
52
  "@sparkelf/dsh-patch-better-sidebar-main-view-session",
53
+ "@sparkelf/dsh-patch-better-sidebar-browser-url-seed",
51
54
  "@sparkelf/dsh-patch-officecli-deliverables",
52
55
  "@sparkelf/dsh-patch-browser-auth-mode",
53
56
  "@sparkelf/dsh-patch-workspace-storage-restore",
@@ -62,7 +65,8 @@
62
65
  "@sparkelf/dsh-patch-mobile-journal-generation",
63
66
  "@sparkelf/dsh-patch-session-format-legacy-restart",
64
67
  "@sparkelf/dsh-patch-wsl-native-open",
65
- "@sparkelf/dsh-patch-better-sidebar-html-preview-path"
68
+ "@sparkelf/dsh-patch-better-sidebar-html-preview-path",
69
+ "@sparkelf/dsh-patch-session-query-unindexable-session"
66
70
  ],
67
71
  "profile": {
68
72
  "allowBuilds": {
@@ -180,5 +184,5 @@
180
184
  },
181
185
  "type": "module",
182
186
  "types": "lib/types/index.d.ts",
183
- "version": "0.2.0-rc.8"
187
+ "version": "0.2.0-rc.9"
184
188
  }