@lyjkfz/customer-cli 0.3.0 → 0.4.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.
package/README.md CHANGED
@@ -64,3 +64,4 @@ customer-cli update # 更新脚手架到最新版本
64
64
  - chalk 终端输出颜色
65
65
  - @inquirer/prompts 终端输入交互
66
66
  - simple-git 执行 git 命令
67
+ - figlet 终端输出大字
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyjkfz/customer-cli",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "description": "一个基于rollup打包的cli工具",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -37,8 +37,9 @@
37
37
  "@types/node": "^25.2.3",
38
38
  "chalk": "^5.6.2",
39
39
  "commander": "^14.0.3",
40
+ "figlet": "1.7.0",
40
41
  "fs-extra": "^11.3.3",
41
- "log-symbols": "^7.0.1",
42
+ "log-symbols": "4.1.0",
42
43
  "ora": "^9.3.0",
43
44
  "progress-estimator": "^0.3.1",
44
45
  "rollup": "^4.57.1",