@planu/cli 4.3.1 → 4.3.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 +8 -0
  2. package/package.json +11 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [4.3.2] - 2026-05-22
2
+
3
+ **Tarball SHA-256:** `7732de964d5e10d24bdab5ea79baee3d281654cf5caff1f713671502c8e09ee3`
4
+
5
+ ### Bug Fixes
6
+ - fix(security): enforce moderate vulnerability gate
7
+
8
+
1
9
  ## [4.3.0] - 2026-05-22
2
10
 
3
11
  **Tarball SHA-256:** `ebc3e7fe0a284d6ba6062dfb9aab41fe6e9396a7763c6d39764d676d20a0b6c3`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "4.3.1",
3
+ "version": "4.3.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.3.1",
36
- "@planu/core-darwin-x64": "4.3.1",
37
- "@planu/core-linux-arm64-gnu": "4.3.1",
38
- "@planu/core-linux-arm64-musl": "4.3.1",
39
- "@planu/core-linux-x64-gnu": "4.3.1",
40
- "@planu/core-linux-x64-musl": "4.3.1",
41
- "@planu/core-win32-arm64-msvc": "4.3.1",
42
- "@planu/core-win32-x64-msvc": "4.3.1"
35
+ "@planu/core-darwin-arm64": "4.3.2",
36
+ "@planu/core-darwin-x64": "4.3.2",
37
+ "@planu/core-linux-arm64-gnu": "4.3.2",
38
+ "@planu/core-linux-arm64-musl": "4.3.2",
39
+ "@planu/core-linux-x64-gnu": "4.3.2",
40
+ "@planu/core-linux-x64-musl": "4.3.2",
41
+ "@planu/core-win32-arm64-msvc": "4.3.2",
42
+ "@planu/core-win32-x64-msvc": "4.3.2"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=24.0.0"
@@ -144,7 +144,8 @@
144
144
  "lodash-es": ">=4.18.0",
145
145
  "hono": ">=4.12.14",
146
146
  "postcss": ">=8.5.10",
147
- "fast-uri": ">=3.1.2"
147
+ "fast-uri": ">=3.1.2",
148
+ "qs": ">=6.15.2"
148
149
  },
149
150
  "supportedArchitectures": {
150
151
  "os": [