@k-msg/cli 0.5.6 → 0.5.8

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 +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @k-msg/cli
2
2
 
3
+ ## 0.5.8 — 2026-02-17
4
+
5
+ ### Patch changes
6
+
7
+ - Updated dependencies: core@0.18.0, provider@0.18.0, k-msg@0.18.0
8
+
9
+ ## 0.5.7 — 2026-02-17
10
+
11
+ ### Patch changes
12
+
13
+ - [7c44cca](https://github.com/k-otp/k-msg/commit/7c44ccaa7eee30d2ecf494c30a388b4a9371fbeb) Avoid double-wrapping SOLAPI dependency load errors in the CLI provider registry.
14
+ The CLI now preserves already-guided dependency errors and keeps the install guidance message single and clear. — Thanks @imjlk!
15
+ - Updated dependencies: core@0.17.0, provider@0.17.0, k-msg@0.17.0
16
+
3
17
  ## 0.5.6 — 2026-02-17
4
18
 
5
19
  ### Patch changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k-msg/cli",
3
- "version": "0.5.6",
3
+ "version": "0.5.8",
4
4
  "private": false,
5
5
  "description": "k-msg CLI (prebuilt binaries via GitHub Releases)",
6
6
  "type": "module",
@@ -32,15 +32,15 @@
32
32
  "clean": "rm -rf dist"
33
33
  },
34
34
  "devDependencies": {
35
- "@k-msg/core": "0.14.0",
36
- "@k-msg/provider": "0.14.0",
35
+ "@k-msg/core": "0.17.0",
36
+ "@k-msg/provider": "0.17.0",
37
37
  "@bunli/core": "^0.5.4",
38
38
  "@bunli/plugin-ai-detect": "^0.5.2",
39
39
  "@bunli/test": "^0.3.2",
40
- "@types/bun": "latest",
40
+ "@types/bun": "^1.3.9",
41
41
  "@types/node": "^22.0.0",
42
42
  "bunli": "^0.5.3",
43
- "k-msg": "0.14.0",
43
+ "k-msg": "0.17.0",
44
44
  "solapi": "^5.5.4",
45
45
  "typescript": "^5.7.2",
46
46
  "zod": "^4.0.14"