cli-z-develop 0.14.1 → 0.14.3

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/dist/index.js +654 -719
  2. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cli-z-develop",
3
- "version": "0.14.1",
3
+ "version": "0.14.3",
4
4
  "description": "技术团队开发流程管理工具",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -10,6 +10,8 @@
10
10
  "scripts": {
11
11
  "prepare": "[ -n '$z' ] && z init prepare || echo 'Warning: z not exist at global'",
12
12
  "dev": "vite build --watch",
13
+ "test": "bun src/main.ts",
14
+ "test:debug": "DEBUG=true bun src/main.ts",
13
15
  "dev:debug": "DEBUG=true vite build --watch",
14
16
  "build": "vite build",
15
17
  "eslint": "eslint '**/*.{ts,js}' --fix",
@@ -43,6 +45,7 @@
43
45
  "@inquirer/prompts": "^8.4.1",
44
46
  "axios": "^1.15.0",
45
47
  "chalk": "^5.6.2",
48
+ "cli-highlight": "^2.1.11",
46
49
  "commander": "^14.0.3",
47
50
  "dayjs": "^1.11.20",
48
51
  "fs-extra": "^11.3.4",