@qui-cli/qui-cli 5.1.1 → 5.1.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/CHANGELOG.md +18 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,18 +2,33 @@
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.1.3](https://github.com/battis/qui-cli/compare/qui-cli/5.1.2...qui-cli/5.1.3) (2026-02-22)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **core@6.0.3** allow overlaying configurations in Jackspeak, as in other plugins ([29bc7ad](https://github.com/battis/qui-cli/commit/29bc7adfdbafb3d961e0768988473d3f2ecd6aaf))
10
+ - **core@6.0.3** extirpate last non-debugging console.log invocation ([d67975d](https://github.com/battis/qui-cli/commit/d67975d80aa47b2e5ffefdb2fff35fbdec726277))
11
+ - **core@6.0.3** initialize Positionals options to correctly display plugin-required positionals ([fde874c](https://github.com/battis/qui-cli/commit/fde874ca39d9823892d49ff3009a9c2afece84eb))
12
+
13
+ ## [5.1.2](https://github.com/battis/qui-cli/compare/qui-cli/5.1.1...qui-cli/5.1.2) (2026-02-21)
14
+
15
+ ### Bug Fixes
16
+
17
+ - **shell@3.1.3** include section header in usage ([122f500](https://github.com/battis/qui-cli/commit/122f500ee5e201311a26e02ccca0cd31eece24bb))
18
+
5
19
  ## [5.1.1](https://github.com/battis/qui-cli/compare/qui-cli/5.1.0...qui-cli/5.1.1) (2026-02-21)
6
20
 
7
21
  ### Bug Fixes
8
22
 
9
- - **core** display positional arg documentation ([c97c454](https://github.com/battis/qui-cli/commit/c97c45477df474880b6ae3071d4e9c2f11b17a97))
10
- - **core** display plugin usage information in LIFO registration order ([a79c8ed](https://github.com/battis/qui-cli/commit/a79c8ed0e0f8dc0bb45a035909e82af37b7ba350))
23
+ - **core@6.0.2** display positional arg documentation ([c97c454](https://github.com/battis/qui-cli/commit/c97c45477df474880b6ae3071d4e9c2f11b17a97))
24
+ - **core@6.0.1** display plugin usage information in LIFO registration order ([a79c8ed](https://github.com/battis/qui-cli/commit/a79c8ed0e0f8dc0bb45a035909e82af37b7ba350))
25
+ - **env@5.1.1** configure 1Password before looking up secret references ([7046af5](https://github.com/battis/qui-cli/commit/7046af55ed2720b7b74bd437f335fe49fa8bc00f))
11
26
 
12
27
  ## [5.1.0](https://github.com/battis/qui-cli/compare/qui-cli/5.0.4...qui-cli/5.1.0) (2026-01-19)
13
28
 
14
29
  ### Features
15
30
 
16
- - **env** support 1Password secret references if @1password/sdk (and 1Password) installed ([ed4570c](https://github.com/battis/qui-cli/commit/ed4570cd5cf19ae34fc03f6b88b01f0ebf72e72d))
31
+ - **env@5.1.0** support 1Password secret references if @1password/sdk (and 1Password) installed ([ed4570c](https://github.com/battis/qui-cli/commit/ed4570cd5cf19ae34fc03f6b88b01f0ebf72e72d))
17
32
 
18
33
  ## [5.0.4](https://github.com/battis/qui-cli/compare/qui-cli/5.0.3...qui-cli/5.0.4) (2026-01-18)
19
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qui-cli/qui-cli",
3
- "version": "5.1.1",
3
+ "version": "5.1.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": {
@@ -30,24 +30,24 @@
30
30
  "npm-run-all": "^4.1.5",
31
31
  "tsx": "^4.21.0",
32
32
  "typescript": "^5.9.3",
33
- "@qui-cli/core": "6.0.2",
33
+ "@qui-cli/core": "6.0.3",
34
34
  "@qui-cli/env": "5.1.1",
35
35
  "@qui-cli/log": "4.0.3",
36
+ "@qui-cli/plugin": "4.1.0",
36
37
  "@qui-cli/progress": "3.0.6",
37
38
  "@qui-cli/root": "3.1.0",
38
- "@qui-cli/plugin": "4.1.0",
39
- "@qui-cli/shell": "3.1.2",
39
+ "@qui-cli/shell": "3.1.3",
40
40
  "@qui-cli/validators": "3.0.4"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@inquirer/prompts": "8.x",
44
+ "@qui-cli/core": "6.0.3",
45
+ "@qui-cli/env": "5.1.1",
44
46
  "@qui-cli/log": "4.0.3",
45
47
  "@qui-cli/plugin": "4.1.0",
46
- "@qui-cli/env": "5.1.1",
47
- "@qui-cli/core": "6.0.2",
48
48
  "@qui-cli/progress": "3.0.6",
49
49
  "@qui-cli/root": "3.1.0",
50
- "@qui-cli/shell": "3.1.2",
50
+ "@qui-cli/shell": "3.1.3",
51
51
  "@qui-cli/validators": "3.0.4"
52
52
  },
53
53
  "engines": {