@planu/cli 4.2.0 → 4.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +11 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [4.2.1] - 2026-05-21
2
+
3
+ **Tarball SHA-256:** `9ff8a396e25eba3e4941bbef80ee19cc41bae46eaafa703cd32092c7ffbfdf2e`
4
+
5
+ ### Bug Fixes
6
+ - fix(release): add windows native core packages
7
+
8
+
1
9
  ## [4.2.0] - 2026-05-21
2
10
 
3
11
  **Tarball SHA-256:** `d036f3d5f73279fc0a12935995f899950fdf06afe454bba49da748183e07f477`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Planu — MCP Server for Spec Driven Development with native Rust acceleration for hot paths. Cross-platform (Linux/macOS/Windows, x64/arm64, glibc/musl).",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -32,12 +32,14 @@
32
32
  "packageName": "@planu/core"
33
33
  },
34
34
  "optionalDependencies": {
35
- "@planu/core-darwin-arm64": "4.2.0",
36
- "@planu/core-darwin-x64": "4.2.0",
37
- "@planu/core-linux-arm64-gnu": "4.2.0",
38
- "@planu/core-linux-arm64-musl": "4.2.0",
39
- "@planu/core-linux-x64-gnu": "4.2.0",
40
- "@planu/core-linux-x64-musl": "4.2.0"
35
+ "@planu/core-darwin-arm64": "4.2.1",
36
+ "@planu/core-darwin-x64": "4.2.1",
37
+ "@planu/core-linux-arm64-gnu": "4.2.1",
38
+ "@planu/core-linux-arm64-musl": "4.2.1",
39
+ "@planu/core-linux-x64-gnu": "4.2.1",
40
+ "@planu/core-linux-x64-musl": "4.2.1",
41
+ "@planu/core-win32-arm64-msvc": "4.2.1",
42
+ "@planu/core-win32-x64-msvc": "4.2.1"
41
43
  },
42
44
  "engines": {
43
45
  "node": ">=24.0.0"
@@ -147,7 +149,8 @@
147
149
  "supportedArchitectures": {
148
150
  "os": [
149
151
  "darwin",
150
- "linux"
152
+ "linux",
153
+ "win32"
151
154
  ],
152
155
  "cpu": [
153
156
  "arm64",