@k-msg/cli 0.3.3 → 0.3.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.
- package/CHANGELOG.md +10 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @k-msg/cli
|
|
2
2
|
|
|
3
|
+
## 0.3.4 — 2026-02-16
|
|
4
|
+
|
|
5
|
+
### Patch changes
|
|
6
|
+
|
|
7
|
+
- [8b5de1c](https://github.com/k-otp/k-msg/commit/8b5de1ca4e015f2cf1944ea4d067d4c880a53591) Fix global `@k-msg/cli` startup failure when running outside a project that has `bunli.config.*`.
|
|
8
|
+
|
|
9
|
+
- `createKMsgCli()` now passes explicit CLI metadata (`name`, `version`, `description`) to Bunli.
|
|
10
|
+
- This allows `k-msg` to start correctly even when the current working directory does not contain a Bunli config file.
|
|
11
|
+
- Added an E2E test that runs CLI from a temporary directory without `bunli.config.*`. — Thanks @imjlk!
|
|
12
|
+
|
|
3
13
|
## 0.3.3 — 2026-02-16
|
|
4
14
|
|
|
5
15
|
### Patch changes
|
package/README.md
CHANGED