markstar 1.1.0 → 1.1.1

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,7 @@ npx markstar
15
15
  | 技能 | 命令 | 说明 |
16
16
  |------|------|------|
17
17
  | **data-to-chart** | `/data-to-chart` | 智能图表生成,自动选择 ECharts 图表类型并生成可交互 HTML。支持大屏/仪表盘模式。 |
18
+ | **maven-pilot** | `/maven-pilot` | Maven 依赖冲突检测与自动修复。check 只检测,fix 检测+修复,也支持自然语言对话。零第三方依赖。 |
18
19
 
19
20
  ## 卸载
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markstar",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "engines": {
5
5
  "node": ">=16.0.0"
6
6
  },