@qui-cli/env 5.0.0 → 5.0.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/CHANGELOG.md +17 -19
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,54 +2,52 @@
|
|
|
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.
|
|
5
|
+
## [5.0.1](https://github.com/battis/qui-cli/compare/env/5.0.0...env/5.0.1) (2025-11-08)
|
|
6
6
|
|
|
7
|
+
## [5.0.0](https://github.com/battis/qui-cli/compare/env/4.1.0...env/5.0.0) (2025-11-07)
|
|
7
8
|
|
|
8
9
|
### ⚠ BREAKING CHANGES
|
|
9
10
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
- expose env-1password as a separate plugin
|
|
12
|
+
- separate 1Password without requiring knowledge of module structure
|
|
13
|
+
- no longer accepting 1Password service account token as environment variable
|
|
14
|
+
- **plugin@4.0.0** auto-document default arg values
|
|
13
15
|
|
|
14
16
|
### Features
|
|
15
17
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
+
- expose env-1password as a separate plugin ([90ecb79](https://github.com/battis/qui-cli/commit/90ecb7900b85ade45113fc5a5999f2a2ff87f580))
|
|
19
|
+
- **plugin@4.0.0** auto-document default arg values ([e01e157](https://github.com/battis/qui-cli/commit/e01e157f06a3a801628ca79366e3f0060be2322e))
|
|
18
20
|
|
|
19
21
|
### Bug Fixes
|
|
20
22
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
+
- no longer accepting 1Password service account token as environment variable ([db7ae6a](https://github.com/battis/qui-cli/commit/db7ae6ac615c51a9966f201c85a8388bf4ebd76a))
|
|
24
|
+
- separate 1Password without requiring knowledge of module structure ([c21fe44](https://github.com/battis/qui-cli/commit/c21fe44d7d72d5d6bc4d092cb869164117378ab2))
|
|
23
25
|
|
|
24
26
|
## [4.1.0](https://github.com/battis/qui-cli/compare/env/4.0.1...env/4.1.0) (2025-11-04)
|
|
25
27
|
|
|
26
|
-
|
|
27
28
|
### Features
|
|
28
29
|
|
|
29
|
-
|
|
30
|
+
- standardize on modules labeling the options that they add to the usage man page ([eba86cd](https://github.com/battis/qui-cli/commit/eba86cd8a22a93aa6b6f19a3979272d87fe59274))
|
|
30
31
|
|
|
31
32
|
## [4.0.1](https://github.com/battis/qui-cli/compare/env/4.0.0...env/4.0.1) (2025-08-04)
|
|
32
33
|
|
|
33
|
-
|
|
34
34
|
### Bug Fixes
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
- update lagging peer dependency specs ([30c0c27](https://github.com/battis/qui-cli/commit/30c0c279d4247a69a30efef8a7426442752cd9c0))
|
|
37
37
|
|
|
38
38
|
## [4.0.0](https://github.com/battis/qui-cli/compare/env/3.1.2...env/4.0.0) (2025-08-02)
|
|
39
39
|
|
|
40
|
-
|
|
41
40
|
### ⚠ BREAKING CHANGES
|
|
42
41
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
* rename @battis/qui-cli.env --> @qui-cli/env ([0a90e32](https://github.com/battis/qui-cli/commit/0a90e32d401c46f7d26f7220ca3369a587d86ec6))
|
|
42
|
+
- rename @battis/qui-cli.env --> @qui-cli/env
|
|
46
43
|
|
|
44
|
+
- rename @battis/qui-cli.env --> @qui-cli/env ([0a90e32](https://github.com/battis/qui-cli/commit/0a90e32d401c46f7d26f7220ca3369a587d86ec6))
|
|
47
45
|
|
|
48
46
|
### Bug Fixes
|
|
49
47
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
- update dependencies to renamed @qui-cli/colors ([ff80e86](https://github.com/battis/qui-cli/commit/ff80e8625ef98834afdf04e57bfedb1906834e2b))
|
|
49
|
+
- update dependencies to renamed @qui-cli/plugin ([117ea85](https://github.com/battis/qui-cli/commit/117ea85256ec69c807c5b56293546d9c350fd43f))
|
|
50
|
+
- update dependencies to renamed @qui-cli/root ([488daa7](https://github.com/battis/qui-cli/commit/488daa7a82730125481945b5eb8db960972ac225))
|
|
53
51
|
|
|
54
52
|
## [3.1.2](https://github.com/battis/qui-cli/compare/env/3.1.1...env/3.1.2) (2025-07-31)
|
|
55
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qui-cli/env",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "@qui-cli Plugin: Standardized environment configuration",
|
|
5
5
|
"homepage": "https://github.com/battis/qui-cli/tree/main/packages/env#readme",
|
|
6
6
|
"repository": {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"del-cli": "^6.0.0",
|
|
29
29
|
"npm-run-all": "^4.1.5",
|
|
30
30
|
"typescript": "^5.9.3",
|
|
31
|
-
"@qui-cli/plugin": "
|
|
32
|
-
"@qui-cli/root": "3.0.
|
|
31
|
+
"@qui-cli/plugin": "4.0.0",
|
|
32
|
+
"@qui-cli/root": "3.0.4"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@qui-cli/plugin": "
|
|
35
|
+
"@qui-cli/plugin": "4.x",
|
|
36
36
|
"@qui-cli/root": "3.x"
|
|
37
37
|
},
|
|
38
38
|
"target": "node",
|