@qui-cli/qui-cli 5.0.1 → 5.0.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.
- package/CHANGELOG.md +18 -0
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [5.0.3](https://github.com/battis/qui-cli/compare/qui-cli/5.0.2...qui-cli/5.0.3) (2026-01-02)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **shell@3.1.0** disable/enable logging of commands ([d8b6f14](https://github.com/battis/qui-cli/commit/d8b6f14a7ba2452735940a26364426226dca05a5))
|
|
10
|
+
* **colors@3.2.0** add highlighting options for paths and commands ([e64a88e](https://github.com/battis/qui-cli/commit/e64a88e8a2c38fe485fa2527fe5c3953dce4b950))
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* normalize peer dependencies ([cdd81b7](https://github.com/battis/qui-cli/commit/cdd81b7c4bea7c769021ff58177750c5a1369f76))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [5.0.2](https://github.com/battis/qui-cli/compare/qui-cli/5.0.1...qui-cli/5.0.2) (2025-11-12)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **log@4.0.1** boost standard headig back to level 1 ([cfb3065](https://github.com/battis/qui-cli/commit/cfb30657a3d719df60663d0a8e6aa6cf240740e9))
|
|
22
|
+
|
|
5
23
|
## [5.0.1](https://github.com/battis/qui-cli/compare/qui-cli/5.0.0...qui-cli/5.0.1) (2025-11-08)
|
|
6
24
|
|
|
7
25
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qui-cli/qui-cli",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "Quickly build a CLI app",
|
|
5
5
|
"homepage": "https://github.com/battis/qui-cli/tree/main/packages/qui-cli#readme",
|
|
6
6
|
"repository": {
|
|
@@ -17,39 +17,39 @@
|
|
|
17
17
|
"main": "./dist/index.js",
|
|
18
18
|
"types": "./dist/index.d.ts",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@qui-cli/colors": "3.1
|
|
20
|
+
"@qui-cli/colors": "3.2.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@battis/typescript-tricks": "^0.7.
|
|
24
|
-
"@inquirer/prompts": "^7.
|
|
25
|
-
"@tsconfig/node20": "^20.1.
|
|
23
|
+
"@battis/typescript-tricks": "^0.7.5",
|
|
24
|
+
"@inquirer/prompts": "^7.10.1",
|
|
25
|
+
"@tsconfig/node20": "^20.1.8",
|
|
26
26
|
"@types/is-valid-path": "^0.1.2",
|
|
27
|
-
"@types/node": "^24.10.
|
|
27
|
+
"@types/node": "^24.10.4",
|
|
28
28
|
"@types/shelljs": "^0.8.17",
|
|
29
|
-
"commit-and-tag-version": "^12.6.
|
|
29
|
+
"commit-and-tag-version": "^12.6.1",
|
|
30
30
|
"del-cli": "^6.0.0",
|
|
31
31
|
"npm-run-all": "^4.1.5",
|
|
32
|
-
"tsx": "^4.
|
|
32
|
+
"tsx": "^4.21.0",
|
|
33
33
|
"typescript": "^5.9.3",
|
|
34
|
-
"@qui-cli/
|
|
35
|
-
"@qui-cli/env": "5.0.
|
|
36
|
-
"@qui-cli/
|
|
34
|
+
"@qui-cli/core": "5.0.2",
|
|
35
|
+
"@qui-cli/env": "5.0.3",
|
|
36
|
+
"@qui-cli/log": "4.0.2",
|
|
37
|
+
"@qui-cli/root": "3.0.6",
|
|
37
38
|
"@qui-cli/plugin": "4.0.0",
|
|
38
|
-
"@qui-cli/shell": "3.
|
|
39
|
-
"@qui-cli/
|
|
40
|
-
"@qui-cli/progress": "3.0.
|
|
41
|
-
"@qui-cli/validators": "3.0.2"
|
|
39
|
+
"@qui-cli/shell": "3.1.1",
|
|
40
|
+
"@qui-cli/validators": "3.0.3",
|
|
41
|
+
"@qui-cli/progress": "3.0.5"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@inquirer/prompts": "^7.x",
|
|
45
|
-
"@qui-cli/core": "5.0.
|
|
45
|
+
"@qui-cli/core": "5.0.2",
|
|
46
|
+
"@qui-cli/env": "5.0.3",
|
|
47
|
+
"@qui-cli/log": "4.0.2",
|
|
46
48
|
"@qui-cli/plugin": "4.0.0",
|
|
47
|
-
"@qui-cli/
|
|
48
|
-
"@qui-cli/
|
|
49
|
-
"@qui-cli/
|
|
50
|
-
"@qui-cli/
|
|
51
|
-
"@qui-cli/validators": "3.0.2",
|
|
52
|
-
"@qui-cli/progress": "3.0.4"
|
|
49
|
+
"@qui-cli/progress": "3.0.5",
|
|
50
|
+
"@qui-cli/root": "3.0.6",
|
|
51
|
+
"@qui-cli/shell": "3.1.1",
|
|
52
|
+
"@qui-cli/validators": "3.0.3"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=12.17"
|