prjct-cli 1.51.3 → 1.52.3
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 +24 -1
- package/dist/bin/prjct-core.mjs +664 -594
- package/dist/cli/jira.mjs +6 -6
- package/dist/cli/linear.mjs +7 -7
- package/dist/daemon/entry.mjs +518 -450
- package/dist/mcp/server.mjs +704 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.52.3] - 2026-03-08
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- security hardening — command injection, CORS, path traversal, error disclosure (#235)
|
|
8
|
+
- security hardening — command injection, CORS, path traversal, error disclosure
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [1.52.2] - 2026-03-07
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- security hardening
|
|
15
|
+
|
|
16
|
+
## [1.52.1] - 2026-03-07
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
- security hardening
|
|
20
|
+
|
|
21
|
+
## [1.51.4] - 2026-03-04
|
|
22
|
+
|
|
23
|
+
### Chores
|
|
24
|
+
|
|
25
|
+
- Remove dead code from core/ (3 files, 9 exports, -675 lines)
|
|
26
|
+
|
|
3
27
|
## [1.51.3] - 2026-03-04
|
|
4
28
|
|
|
5
29
|
### Bug Fixes
|
|
6
30
|
|
|
7
31
|
- sync auto-includes analysis payload (#233)
|
|
8
32
|
|
|
9
|
-
|
|
10
33
|
## [1.51.2] - 2026-03-04
|
|
11
34
|
|
|
12
35
|
### Fixed
|