@rooode/dsh-suite 0.1.14 → 0.1.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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -3
  2. package/package.json +3 -3
package/bin/cli.js CHANGED
@@ -235,9 +235,7 @@ function ensureProfileConfigured() {
235
235
  bundles = bundles.filter(b => b !== '@rooode/dsh-suite');
236
236
 
237
237
  for (const plugin of requiredPlugins) {
238
- if (!profilePkg.dependencies[plugin]) {
239
- profilePkg.dependencies[plugin] = pkg.dependencies?.[plugin] || '*';
240
- }
238
+ profilePkg.dependencies[plugin] = pkg.dependencies?.[plugin] || '*';
241
239
  if (!bundles.includes(plugin)) {
242
240
  bundles.push(plugin);
243
241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rooode/dsh-suite",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "DeepSeek Harness 一键全功能增强套件 (自动化调度 + WebStorm Git 提交对比 + 代码文档多标签预览 + 对话快捷栏)",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -44,8 +44,8 @@
44
44
  "@deepseek-ai/cordis-plugin-group": "^1.0.2",
45
45
  "@rooode/dsh-plugin-automation": "^0.2.4",
46
46
  "@rooode/dsh-plugin-git": "^0.1.7",
47
- "@rooode/dsh-plugin-preview": "^0.1.18",
48
- "@rooode/dsh-plugin-quickbar": "^0.1.7"
47
+ "@rooode/dsh-plugin-preview": "^0.1.20",
48
+ "@rooode/dsh-plugin-quickbar": "^0.1.9"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@deepseek-ai/dsh": ">=0.1.0"