@qui-cli/env 5.0.0 → 5.0.2

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 +24 -19
  2. package/README.md +1 -1
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,54 +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
- ## [5.0.0](https://github.com/battis/qui-cli/compare/env/4.1.0...env/5.0.0) (2025-11-07)
5
+ ## [5.0.2](https://github.com/battis/qui-cli/compare/env/5.0.1...env/5.0.2) (2025-12-19)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * increase accuracy of README ([94e2c4c](https://github.com/battis/qui-cli/commit/94e2c4c2f8d146715d19c7f36b6f8f1d0d8980f8))
11
+
12
+ ## [5.0.1](https://github.com/battis/qui-cli/compare/env/5.0.0...env/5.0.1) (2025-11-08)
6
13
 
14
+ ## [5.0.0](https://github.com/battis/qui-cli/compare/env/4.1.0...env/5.0.0) (2025-11-07)
7
15
 
8
16
  ### ⚠ BREAKING CHANGES
9
17
 
10
- * expose env-1password as a separate plugin
11
- * separate 1Password without requiring knowledge of module structure
12
- * no longer accepting 1Password service account token as environment variable
18
+ - expose env-1password as a separate plugin
19
+ - separate 1Password without requiring knowledge of module structure
20
+ - no longer accepting 1Password service account token as environment variable
21
+ - **plugin@4.0.0** auto-document default arg values
13
22
 
14
23
  ### Features
15
24
 
16
- * expose env-1password as a separate plugin ([90ecb79](https://github.com/battis/qui-cli/commit/90ecb7900b85ade45113fc5a5999f2a2ff87f580))
17
-
25
+ - expose env-1password as a separate plugin ([90ecb79](https://github.com/battis/qui-cli/commit/90ecb7900b85ade45113fc5a5999f2a2ff87f580))
26
+ - **plugin@4.0.0** auto-document default arg values ([e01e157](https://github.com/battis/qui-cli/commit/e01e157f06a3a801628ca79366e3f0060be2322e))
18
27
 
19
28
  ### Bug Fixes
20
29
 
21
- * no longer accepting 1Password service account token as environment variable ([db7ae6a](https://github.com/battis/qui-cli/commit/db7ae6ac615c51a9966f201c85a8388bf4ebd76a))
22
- * separate 1Password without requiring knowledge of module structure ([c21fe44](https://github.com/battis/qui-cli/commit/c21fe44d7d72d5d6bc4d092cb869164117378ab2))
30
+ - no longer accepting 1Password service account token as environment variable ([db7ae6a](https://github.com/battis/qui-cli/commit/db7ae6ac615c51a9966f201c85a8388bf4ebd76a))
31
+ - separate 1Password without requiring knowledge of module structure ([c21fe44](https://github.com/battis/qui-cli/commit/c21fe44d7d72d5d6bc4d092cb869164117378ab2))
23
32
 
24
33
  ## [4.1.0](https://github.com/battis/qui-cli/compare/env/4.0.1...env/4.1.0) (2025-11-04)
25
34
 
26
-
27
35
  ### Features
28
36
 
29
- * standardize on modules labeling the options that they add to the usage man page ([eba86cd](https://github.com/battis/qui-cli/commit/eba86cd8a22a93aa6b6f19a3979272d87fe59274))
37
+ - standardize on modules labeling the options that they add to the usage man page ([eba86cd](https://github.com/battis/qui-cli/commit/eba86cd8a22a93aa6b6f19a3979272d87fe59274))
30
38
 
31
39
  ## [4.0.1](https://github.com/battis/qui-cli/compare/env/4.0.0...env/4.0.1) (2025-08-04)
32
40
 
33
-
34
41
  ### Bug Fixes
35
42
 
36
- * update lagging peer dependency specs ([30c0c27](https://github.com/battis/qui-cli/commit/30c0c279d4247a69a30efef8a7426442752cd9c0))
43
+ - update lagging peer dependency specs ([30c0c27](https://github.com/battis/qui-cli/commit/30c0c279d4247a69a30efef8a7426442752cd9c0))
37
44
 
38
45
  ## [4.0.0](https://github.com/battis/qui-cli/compare/env/3.1.2...env/4.0.0) (2025-08-02)
39
46
 
40
-
41
47
  ### ⚠ BREAKING CHANGES
42
48
 
43
- * rename @battis/qui-cli.env --> @qui-cli/env
44
-
45
- * rename @battis/qui-cli.env --> @qui-cli/env ([0a90e32](https://github.com/battis/qui-cli/commit/0a90e32d401c46f7d26f7220ca3369a587d86ec6))
49
+ - rename @battis/qui-cli.env --> @qui-cli/env
46
50
 
51
+ - rename @battis/qui-cli.env --> @qui-cli/env ([0a90e32](https://github.com/battis/qui-cli/commit/0a90e32d401c46f7d26f7220ca3369a587d86ec6))
47
52
 
48
53
  ### Bug Fixes
49
54
 
50
- * update dependencies to renamed @qui-cli/colors ([ff80e86](https://github.com/battis/qui-cli/commit/ff80e8625ef98834afdf04e57bfedb1906834e2b))
51
- * update dependencies to renamed @qui-cli/plugin ([117ea85](https://github.com/battis/qui-cli/commit/117ea85256ec69c807c5b56293546d9c350fd43f))
52
- * update dependencies to renamed @qui-cli/root ([488daa7](https://github.com/battis/qui-cli/commit/488daa7a82730125481945b5eb8db960972ac225))
55
+ - update dependencies to renamed @qui-cli/colors ([ff80e86](https://github.com/battis/qui-cli/commit/ff80e8625ef98834afdf04e57bfedb1906834e2b))
56
+ - update dependencies to renamed @qui-cli/plugin ([117ea85](https://github.com/battis/qui-cli/commit/117ea85256ec69c807c5b56293546d9c350fd43f))
57
+ - update dependencies to renamed @qui-cli/root ([488daa7](https://github.com/battis/qui-cli/commit/488daa7a82730125481945b5eb8db960972ac225))
53
58
 
54
59
  ## [3.1.2](https://github.com/battis/qui-cli/compare/env/3.1.1...env/3.1.2) (2025-07-31)
55
60
 
package/README.md CHANGED
@@ -61,7 +61,7 @@ Path to desired `.env` file relative to `root`. Defaults to `'.env'`;
61
61
 
62
62
  ## Initialization
63
63
 
64
- `Env` requires no initialization
64
+ `Env` loads the specified `.env` file into `process.env`.
65
65
 
66
66
  ## API
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qui-cli/env",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
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": "3.0.0",
32
- "@qui-cli/root": "3.0.1"
31
+ "@qui-cli/plugin": "4.0.0",
32
+ "@qui-cli/root": "3.0.4"
33
33
  },
34
34
  "peerDependencies": {
35
- "@qui-cli/plugin": "3.x",
35
+ "@qui-cli/plugin": "4.x",
36
36
  "@qui-cli/root": "3.x"
37
37
  },
38
38
  "target": "node",