@planu/cli 4.3.22 → 4.3.23
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 +6 -0
- package/package.json +21 -21
- package/planu-native.json +1 -1
- package/planu-plugin.json +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planu/cli",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.23",
|
|
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",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"packageName": "@planu/core"
|
|
35
35
|
},
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@planu/core-darwin-arm64": "4.3.
|
|
38
|
-
"@planu/core-darwin-x64": "4.3.
|
|
39
|
-
"@planu/core-linux-arm64-gnu": "4.3.
|
|
40
|
-
"@planu/core-linux-arm64-musl": "4.3.
|
|
41
|
-
"@planu/core-linux-x64-gnu": "4.3.
|
|
42
|
-
"@planu/core-linux-x64-musl": "4.3.
|
|
43
|
-
"@planu/core-win32-arm64-msvc": "4.3.
|
|
44
|
-
"@planu/core-win32-x64-msvc": "4.3.
|
|
37
|
+
"@planu/core-darwin-arm64": "4.3.23",
|
|
38
|
+
"@planu/core-darwin-x64": "4.3.23",
|
|
39
|
+
"@planu/core-linux-arm64-gnu": "4.3.23",
|
|
40
|
+
"@planu/core-linux-arm64-musl": "4.3.23",
|
|
41
|
+
"@planu/core-linux-x64-gnu": "4.3.23",
|
|
42
|
+
"@planu/core-linux-x64-musl": "4.3.23",
|
|
43
|
+
"@planu/core-win32-arm64-msvc": "4.3.23",
|
|
44
|
+
"@planu/core-win32-x64-msvc": "4.3.23"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": ">=24.0.0"
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
],
|
|
130
130
|
"license": "SEE LICENSE IN LICENSE",
|
|
131
131
|
"dependencies": {
|
|
132
|
-
"@anthropic-ai/sdk": "^0.
|
|
132
|
+
"@anthropic-ai/sdk": "^0.100.1",
|
|
133
133
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
134
134
|
"glob": "^13.0.6",
|
|
135
135
|
"yaml": "^2.9.0",
|
|
@@ -167,8 +167,8 @@
|
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
169
|
"devDependencies": {
|
|
170
|
-
"@commitlint/cli": "^21.0.
|
|
171
|
-
"@commitlint/config-conventional": "^21.0.
|
|
170
|
+
"@commitlint/cli": "^21.0.2",
|
|
171
|
+
"@commitlint/config-conventional": "^21.0.2",
|
|
172
172
|
"@eslint/js": "^10.0.1",
|
|
173
173
|
"@napi-rs/cli": "^3.7.0",
|
|
174
174
|
"@secretlint/secretlint-rule-no-homedir": "^13.0.2",
|
|
@@ -181,20 +181,20 @@
|
|
|
181
181
|
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
182
182
|
"@stryker-mutator/core": "^9.6.1",
|
|
183
183
|
"@stryker-mutator/vitest-runner": "^9.6.1",
|
|
184
|
-
"@supabase/supabase-js": "^2.
|
|
184
|
+
"@supabase/supabase-js": "^2.107.0",
|
|
185
185
|
"@types/node": "^25.9.1",
|
|
186
186
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
187
|
-
"@vitest/coverage-v8": "^4.1.
|
|
187
|
+
"@vitest/coverage-v8": "^4.1.8",
|
|
188
188
|
"@vue/test-utils": "^2.4.10",
|
|
189
|
-
"eslint": "^10.4.
|
|
189
|
+
"eslint": "^10.4.1",
|
|
190
190
|
"eslint-config-prettier": "^10.1.8",
|
|
191
|
-
"eslint-import-resolver-typescript": "^4.4.
|
|
191
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
192
192
|
"eslint-plugin-import": "^2.32.0",
|
|
193
193
|
"happy-dom": "^20.9.0",
|
|
194
194
|
"husky": "^9.1.7",
|
|
195
195
|
"javascript-obfuscator": "^5.4.3",
|
|
196
|
-
"knip": "^6.
|
|
197
|
-
"lint-staged": "^17.0.
|
|
196
|
+
"knip": "^6.15.0",
|
|
197
|
+
"lint-staged": "^17.0.7",
|
|
198
198
|
"madge": "^8.0.0",
|
|
199
199
|
"prettier": "^3.8.3",
|
|
200
200
|
"secretlint": "^13.0.2",
|
|
@@ -202,9 +202,9 @@
|
|
|
202
202
|
"tsc-alias": "^1.8.17",
|
|
203
203
|
"type-coverage": "^2.29.7",
|
|
204
204
|
"typescript": "^6.0.3",
|
|
205
|
-
"typescript-eslint": "^8.60.
|
|
206
|
-
"vite": "^8.0.
|
|
207
|
-
"vitest": "^4.1.
|
|
205
|
+
"typescript-eslint": "^8.60.1",
|
|
206
|
+
"vite": "^8.0.16",
|
|
207
|
+
"vitest": "^4.1.8",
|
|
208
208
|
"vue": "^3.5.35"
|
|
209
209
|
}
|
|
210
210
|
}
|
package/planu-native.json
CHANGED
package/planu-plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "dev.planu.cli",
|
|
3
3
|
"displayName": "Planu — Spec Driven Development",
|
|
4
4
|
"description": "Manage software specs, estimations, and autonomous SDD workflows. Language-agnostic MCP server for Claude Code.",
|
|
5
|
-
"version": "4.3.
|
|
5
|
+
"version": "4.3.23",
|
|
6
6
|
"icon": "assets/plugin/icon.svg",
|
|
7
7
|
"command": [
|
|
8
8
|
"npx",
|