@planu/cli 4.2.0 → 4.2.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 (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +11 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [4.2.2] - 2026-05-21
2
+
3
+ **Tarball SHA-256:** `83193f54dc2fc5f461ef38b8bf2a9931d5d587ece50c77836942351e39b3c415`
4
+
5
+ ### Bug Fixes
6
+ - fix(release): isolate npm publish cache
7
+ - fix(release): sync native lockfile without moving dev dependencies
8
+ - fix(ci): harden dependency freshness parsing
9
+
10
+
11
+ ## [4.2.1] - 2026-05-21
12
+
13
+ **Tarball SHA-256:** `9ff8a396e25eba3e4941bbef80ee19cc41bae46eaafa703cd32092c7ffbfdf2e`
14
+
15
+ ### Bug Fixes
16
+ - fix(release): add windows native core packages
17
+
18
+
1
19
  ## [4.2.0] - 2026-05-21
2
20
 
3
21
  **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.2",
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.2",
36
+ "@planu/core-darwin-x64": "4.2.2",
37
+ "@planu/core-linux-arm64-gnu": "4.2.2",
38
+ "@planu/core-linux-arm64-musl": "4.2.2",
39
+ "@planu/core-linux-x64-gnu": "4.2.2",
40
+ "@planu/core-linux-x64-musl": "4.2.2",
41
+ "@planu/core-win32-arm64-msvc": "4.2.2",
42
+ "@planu/core-win32-x64-msvc": "4.2.2"
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",