@lemonppt/cli 0.1.4 → 0.1.5

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/SKILL.md +2 -2
  2. package/package.json +5 -5
package/SKILL.md CHANGED
@@ -126,7 +126,7 @@ Agent 选页时只需指定 `role`,系统会根据角色自动挑选合适版
126
126
  | `tableOfContents` | 目录 | `table_of_contents_v1` |
127
127
  | `metric` | 关键指标 | `metric_v1`, `metric_v2` |
128
128
  | `stats` | 2x2 统计网格 | `stats_v1` |
129
- | `chart` | 图表 | `chart_v1` |
129
+ | `chart` | 数据图表 | `chart_v1`, `chart_v2` |
130
130
  | `comparison` | 对比 | `comparison_v1`, `comparison_v2` |
131
131
  | `pricing` | 价格方案 | `pricing_v1` |
132
132
  | `process` | 流程步骤 | `process_v1`, `process_v2` |
@@ -140,7 +140,7 @@ Agent 选页时只需指定 `role`,系统会根据角色自动挑选合适版
140
140
  | `team` | 团队介绍 | `team_v1` |
141
141
  | `partners` | 合作伙伴墙 | `partners_v1` |
142
142
  | `image` | 全屏图片 | `image_v1` |
143
- | `gallery` | 图片画廊 | `gallery_v1` |
143
+ | `gallery` | 图片画廊 | `gallery_v1`, `gallery_v2` |
144
144
  | `swot` | SWOT 分析 | `swot_v1` |
145
145
  | `pest` | PEST 分析 | `pest_v1` |
146
146
  | `closing` | 结尾页 | `closing_v1`, `closing_v2` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemonppt/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -30,10 +30,10 @@
30
30
  },
31
31
  "homepage": "https://github.com/lemonforme/lemonPPT#readme",
32
32
  "dependencies": {
33
- "@lemonppt/agent-prompts": "0.1.4",
34
- "@lemonppt/core": "0.1.4",
35
- "@lemonppt/renderer": "0.1.4",
36
- "@lemonppt/themes": "0.1.4"
33
+ "@lemonppt/agent-prompts": "0.1.5",
34
+ "@lemonppt/core": "0.1.5",
35
+ "@lemonppt/renderer": "0.1.5",
36
+ "@lemonppt/themes": "0.1.5"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^20.0.0",