@qui-cli/core 6.0.3 → 6.0.4

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 (3) hide show
  1. package/CHANGELOG.md +16 -19
  2. package/README.md +6 -0
  3. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -2,62 +2,59 @@
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
- ## [6.0.3](https://github.com/battis/qui-cli/compare/core/6.0.2...core/6.0.3) (2026-02-22)
5
+ ## [6.0.4](https://github.com/battis/qui-cli/compare/core/6.0.3...core/6.0.4) (2026-03-10)
6
+
7
+ Update README
6
8
 
9
+ ## [6.0.3](https://github.com/battis/qui-cli/compare/core/6.0.2...core/6.0.3) (2026-02-22)
7
10
 
8
11
  ### Bug Fixes
9
12
 
10
- * allow overlaying configurations in Jackspeak, as in other plugins ([29bc7ad](https://github.com/battis/qui-cli/commit/29bc7adfdbafb3d961e0768988473d3f2ecd6aaf))
11
- * extirpate last non-debugging console.log invocation ([d67975d](https://github.com/battis/qui-cli/commit/d67975d80aa47b2e5ffefdb2fff35fbdec726277))
12
- * initialize Positionals options to correctly display plugin-required positionals ([fde874c](https://github.com/battis/qui-cli/commit/fde874ca39d9823892d49ff3009a9c2afece84eb))
13
+ - allow overlaying configurations in Jackspeak, as in other plugins ([29bc7ad](https://github.com/battis/qui-cli/commit/29bc7adfdbafb3d961e0768988473d3f2ecd6aaf))
14
+ - extirpate last non-debugging console.log invocation ([d67975d](https://github.com/battis/qui-cli/commit/d67975d80aa47b2e5ffefdb2fff35fbdec726277))
15
+ - initialize Positionals options to correctly display plugin-required positionals ([fde874c](https://github.com/battis/qui-cli/commit/fde874ca39d9823892d49ff3009a9c2afece84eb))
13
16
 
14
17
  ## [6.0.2](https://github.com/battis/qui-cli/compare/core/6.0.1...core/6.0.2) (2026-02-21)
15
18
 
16
-
17
19
  ### Bug Fixes
18
20
 
19
- * display positional arg documentation ([c97c454](https://github.com/battis/qui-cli/commit/c97c45477df474880b6ae3071d4e9c2f11b17a97))
21
+ - display positional arg documentation ([c97c454](https://github.com/battis/qui-cli/commit/c97c45477df474880b6ae3071d4e9c2f11b17a97))
20
22
 
21
23
  ## [6.0.1](https://github.com/battis/qui-cli/compare/core/6.0.0...core/6.0.1) (2026-02-21)
22
24
 
23
-
24
25
  ### Bug Fixes
25
26
 
26
- * display plugin usage information in LIFO registration order ([a79c8ed](https://github.com/battis/qui-cli/commit/a79c8ed0e0f8dc0bb45a035909e82af37b7ba350))
27
+ - display plugin usage information in LIFO registration order ([a79c8ed](https://github.com/battis/qui-cli/commit/a79c8ed0e0f8dc0bb45a035909e82af37b7ba350))
27
28
 
28
29
  ## [6.0.0](https://github.com/battis/qui-cli/compare/core/5.0.3...core/6.0.0) (2026-01-29)
29
30
 
30
-
31
31
  ### ⚠ BREAKING CHANGES
32
32
 
33
- * allow errors to be thrown
33
+ - allow errors to be thrown
34
34
 
35
35
  ### Bug Fixes
36
36
 
37
- * allow errors to be thrown ([8bf98db](https://github.com/battis/qui-cli/commit/8bf98db45ebe06514cef02572d515379985c7067))
38
- * preempt all other plugins if --help is set ([db99833](https://github.com/battis/qui-cli/commit/db9983336135080a5fecff6adbf2e2913f55fa8d))
37
+ - allow errors to be thrown ([8bf98db](https://github.com/battis/qui-cli/commit/8bf98db45ebe06514cef02572d515379985c7067))
38
+ - preempt all other plugins if --help is set ([db99833](https://github.com/battis/qui-cli/commit/db9983336135080a5fecff6adbf2e2913f55fa8d))
39
39
 
40
40
  ## [5.0.3](https://github.com/battis/qui-cli/compare/core/5.0.2...core/5.0.3) (2026-01-18)
41
41
 
42
-
43
42
  ### Bug Fixes
44
43
 
45
- * compile against Node.js v24 ([7b06b4f](https://github.com/battis/qui-cli/commit/7b06b4f4ac4f9688719041ab8b1d837b3a0ee214))
44
+ - compile against Node.js v24 ([7b06b4f](https://github.com/battis/qui-cli/commit/7b06b4f4ac4f9688719041ab8b1d837b3a0ee214))
46
45
 
47
46
  ## [5.0.2](https://github.com/battis/qui-cli/compare/core/5.0.1...core/5.0.2) (2026-01-02)
48
47
 
49
-
50
48
  ### Bug Fixes
51
49
 
52
- * normalize peer dependencies ([cdd81b7](https://github.com/battis/qui-cli/commit/cdd81b7c4bea7c769021ff58177750c5a1369f76))
53
- * update color-coding to current standards ([2fccf74](https://github.com/battis/qui-cli/commit/2fccf7433f729020022b7df85578e05576b47958))
50
+ - normalize peer dependencies ([cdd81b7](https://github.com/battis/qui-cli/commit/cdd81b7c4bea7c769021ff58177750c5a1369f76))
51
+ - update color-coding to current standards ([2fccf74](https://github.com/battis/qui-cli/commit/2fccf7433f729020022b7df85578e05576b47958))
54
52
 
55
53
  ## [5.0.1](https://github.com/battis/qui-cli/compare/core/5.0.0...core/5.0.1) (2025-12-19)
56
54
 
57
-
58
55
  ### Bug Fixes
59
56
 
60
- * update documentation to reflect current core plugin model ([dbb3f26](https://github.com/battis/qui-cli/commit/dbb3f269d3dc3996c1d7050eb3a1acfdd08ab640))
57
+ - update documentation to reflect current core plugin model ([dbb3f26](https://github.com/battis/qui-cli/commit/dbb3f269d3dc3996c1d7050eb3a1acfdd08ab640))
61
58
 
62
59
  ## [5.0.0](https://github.com/battis/qui-cli/compare/core/4.1.0...core/5.0.0) (2025-11-07)
63
60
 
package/README.md CHANGED
@@ -11,6 +11,12 @@ Core features of @qui-cli/qui-cli
11
11
  npm install @qui-cli/core
12
12
  ```
13
13
 
14
+ If developing a reusable plugin:
15
+
16
+ ```sh
17
+ npm install --save-peer @qui-cli/core@>=4
18
+ ```
19
+
14
20
  ## Usage
15
21
 
16
22
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qui-cli/core",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "Core features of @qui-cli/qui-cli",
5
5
  "homepage": "https://github.com/battis/qui-cli/tree/main/packages/core#readme",
6
6
  "repository": {
@@ -18,8 +18,7 @@
18
18
  "types": "./dist/index.d.ts",
19
19
  "dependencies": {
20
20
  "jackspeak": "^4.2.3",
21
- "wrap-ansi": "^10.0.0",
22
- "@qui-cli/colors": "3.2.3"
21
+ "wrap-ansi": "^10.0.0"
23
22
  },
24
23
  "devDependencies": {
25
24
  "@tsconfig/node24": "^24.0.4",
@@ -27,10 +26,10 @@
27
26
  "commit-and-tag-version": "^12.6.1",
28
27
  "del-cli": "^7.0.0",
29
28
  "npm-run-all": "^4.1.5",
30
- "typescript": "^5.9.3",
31
- "@qui-cli/plugin": "4.1.0"
29
+ "typescript": "^5.9.3"
32
30
  },
33
31
  "peerDependencies": {
32
+ "@qui-cli/colors": ">=3.2",
34
33
  "@qui-cli/plugin": ">=3"
35
34
  },
36
35
  "target": "node",
@@ -39,6 +38,6 @@
39
38
  "build": "run-s build:*",
40
39
  "build:clean": "run-s clean",
41
40
  "build:compile": "tsc",
42
- "version": "commit-and-tag-version"
41
+ "release": "commit-and-tag-version"
43
42
  }
44
43
  }