@k-msg/cli 0.5.0 → 0.5.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @k-msg/cli
2
2
 
3
+ ## 0.5.1 — 2026-02-16
4
+
5
+ ### Patch changes
6
+
7
+ - Updated dependencies: k-msg@0.11.0
8
+
3
9
  ## 0.5.0 — 2026-02-16
4
10
 
5
11
  ### Minor changes
package/README.md CHANGED
@@ -101,8 +101,8 @@ Example file: `apps/cli/k-msg.config.example.json`
101
101
 
102
102
  Schema URLs:
103
103
 
104
- - Latest: `https://k-otp.github.io/k-msg/schemas/k-msg.config.schema.json`
105
- - Versioned (`v1`): `https://k-otp.github.io/k-msg/schemas/k-msg.config.v1.schema.json`
104
+ - Latest: `https://raw.githubusercontent.com/k-otp/k-msg/main/apps/cli/schemas/k-msg.config.schema.json`
105
+ - Versioned (`v1`): `https://raw.githubusercontent.com/k-otp/k-msg/main/apps/cli/schemas/k-msg.config.v1.schema.json`
106
106
 
107
107
  Initialize config:
108
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k-msg/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "private": false,
5
5
  "description": "k-msg CLI (prebuilt binaries via GitHub Releases)",
6
6
  "type": "module",