@planu/cli 4.2.1 → 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.
- package/CHANGELOG.md +10 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
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
|
+
|
|
1
11
|
## [4.2.1] - 2026-05-21
|
|
2
12
|
|
|
3
13
|
**Tarball SHA-256:** `9ff8a396e25eba3e4941bbef80ee19cc41bae46eaafa703cd32092c7ffbfdf2e`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planu/cli",
|
|
3
|
-
"version": "4.2.
|
|
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,14 +32,14 @@
|
|
|
32
32
|
"packageName": "@planu/core"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"@planu/core-darwin-arm64": "4.2.
|
|
36
|
-
"@planu/core-darwin-x64": "4.2.
|
|
37
|
-
"@planu/core-linux-arm64-gnu": "4.2.
|
|
38
|
-
"@planu/core-linux-arm64-musl": "4.2.
|
|
39
|
-
"@planu/core-linux-x64-gnu": "4.2.
|
|
40
|
-
"@planu/core-linux-x64-musl": "4.2.
|
|
41
|
-
"@planu/core-win32-arm64-msvc": "4.2.
|
|
42
|
-
"@planu/core-win32-x64-msvc": "4.2.
|
|
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"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=24.0.0"
|