@planu/cli 4.3.11 → 4.3.13

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 +12 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
- ## [4.3.11] - 2026-05-25
1
+ ## [4.3.13] - 2026-05-25
2
+
3
+ ### Bug Fixes
4
+ - fix(ci): scope release shasum extraction
5
+
6
+
7
+ ## [4.3.12] - 2026-05-25
2
8
 
3
- **Tarball SHA-256:** `8074e0be3d0a9613246e3330b30808472f99b1a887698a56bfe5aad109025f39`
9
+ ### Bug Fixes
10
+ - fix(release): avoid self-referential tarball sha
11
+
12
+
13
+ ## [4.3.11] - 2026-05-25
4
14
 
5
15
  ### Bug Fixes
6
16
  - fix: close critical Planu delivery specs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "4.3.11",
3
+ "version": "4.3.13",
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.3.11",
36
- "@planu/core-darwin-x64": "4.3.11",
37
- "@planu/core-linux-arm64-gnu": "4.3.11",
38
- "@planu/core-linux-arm64-musl": "4.3.11",
39
- "@planu/core-linux-x64-gnu": "4.3.11",
40
- "@planu/core-linux-x64-musl": "4.3.11",
41
- "@planu/core-win32-arm64-msvc": "4.3.11",
42
- "@planu/core-win32-x64-msvc": "4.3.11"
35
+ "@planu/core-darwin-arm64": "4.3.13",
36
+ "@planu/core-darwin-x64": "4.3.13",
37
+ "@planu/core-linux-arm64-gnu": "4.3.13",
38
+ "@planu/core-linux-arm64-musl": "4.3.13",
39
+ "@planu/core-linux-x64-gnu": "4.3.13",
40
+ "@planu/core-linux-x64-musl": "4.3.13",
41
+ "@planu/core-win32-arm64-msvc": "4.3.13",
42
+ "@planu/core-win32-x64-msvc": "4.3.13"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=24.0.0"