@sparkelf/dsh-plus 0.2.0-rc.19 → 0.2.0-rc.20

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 +11 -1
package/package.json CHANGED
@@ -136,11 +136,13 @@
136
136
  "@deepseek-ai/dsh-host-frontend-static": "npm:@sparkelf/dsh-host-frontend-static@0.1.6-alpha.2",
137
137
  "@deepseek-ai/dsh-host-open-in-app": "npm:@sparkelf/dsh-host-open-in-app@0.1.6-alpha.2",
138
138
  "@deepseek-ai/dsh-host-webserver": "npm:@sparkelf/dsh-host-webserver@0.1.6-alpha.2",
139
+ "@deepseek-ai/dsh-llm": "npm:@sparkelf/dsh-llm@0.1.6-alpha.2",
139
140
  "@deepseek-ai/dsh-llm-pi-ai": "npm:@sparkelf/dsh-llm-pi-ai@0.1.6-alpha.2",
140
141
  "@deepseek-ai/dsh-native-command": "npm:@sparkelf/dsh-native-command@0.1.6-alpha.2",
141
142
  "@deepseek-ai/dsh-session-format-v0-to-v1": "npm:@sparkelf/dsh-session-format-v0-to-v1@0.1.6-alpha.2",
142
143
  "@deepseek-ai/dsh-session-log-export": "npm:@sparkelf/dsh-session-log-export@0.1.6-alpha.2",
143
144
  "@deepseek-ai/dsh-session-query-sqlite": "npm:@sparkelf/dsh-session-query-sqlite@0.1.6-alpha.2",
145
+ "@deepseek-ai/dsh-subagent": "npm:@sparkelf/dsh-subagent@0.1.6-alpha.2",
144
146
  "@deepseek-ai/dsh-tools": "npm:@sparkelf/dsh-tools@0.1.6-alpha.2",
145
147
  "@deepseek-ai/dsh-web-app": "npm:@sparkelf/dsh-web-app@0.1.6-alpha.2",
146
148
  "@deepseek-ai/dsh-web-frontend": "npm:@sparkelf/dsh-web-frontend@0.1.6-alpha.2",
@@ -154,6 +156,14 @@
154
156
  "@deepseek-ai/dsh-experimental-computer-use-cua-driver-mcp",
155
157
  "@deepseek-ai/dsh-web-search-exa"
156
158
  ],
159
+ "includeBundles": [
160
+ "@sparkelf/dsh-dataops-managed",
161
+ "@sparkelf/dsh-query-result-analysis"
162
+ ],
163
+ "includePackages": {
164
+ "@sparkelf/dsh-dataops-managed": "0.3.2",
165
+ "@sparkelf/dsh-query-result-analysis": "0.1.2"
166
+ },
157
167
  "packageName": "@sparkelf/dsh-dataops-standalone",
158
168
  "profile": "dataops-web"
159
169
  }
@@ -204,5 +214,5 @@
204
214
  },
205
215
  "type": "module",
206
216
  "types": "lib/types/index.d.ts",
207
- "version": "0.2.0-rc.19"
217
+ "version": "0.2.0-rc.20"
208
218
  }