prjct-cli 1.51.3 → 1.53.0

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 CHANGED
@@ -1,12 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.52.4] - 2026-03-26
4
+
5
+ ### Bug Fixes
6
+ - fix: guard feedback array spreads with `Array.isArray()` in `getAggregatedFeedback` — prevents `s.push is not a function` crash when stored feedback contains non-array values
7
+
8
+ ## [1.52.3] - 2026-03-08
9
+
10
+ ### Bug Fixes
11
+
12
+ - security hardening — command injection, CORS, path traversal, error disclosure (#235)
13
+ - security hardening — command injection, CORS, path traversal, error disclosure
14
+
15
+
16
+ ## [1.52.2] - 2026-03-07
17
+
18
+ ### Added
19
+ - security hardening
20
+
21
+ ## [1.52.1] - 2026-03-07
22
+
23
+ ### Added
24
+ - security hardening
25
+
26
+ ## [1.51.4] - 2026-03-04
27
+
28
+ ### Chores
29
+
30
+ - Remove dead code from core/ (3 files, 9 exports, -675 lines)
31
+
3
32
  ## [1.51.3] - 2026-03-04
4
33
 
5
34
  ### Bug Fixes
6
35
 
7
36
  - sync auto-includes analysis payload (#233)
8
37
 
9
-
10
38
  ## [1.51.2] - 2026-03-04
11
39
 
12
40
  ### Fixed