@rooode/dsh-suite 0.1.14 → 0.1.15

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 +3 -3
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.15",
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"