averecion-lite 1.5.1 → 1.5.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.
package/dashboard/dash.js CHANGED
@@ -1008,7 +1008,7 @@
1008
1008
  existingToggle.addEventListener("click", () => {
1009
1009
  const isCollapsed = findingsEl.classList.contains("collapsed");
1010
1010
  if (isCollapsed) {
1011
- findingsEl.classList.remove("collapsed", "hidden");
1011
+ findingsEl.classList.remove("collapsed");
1012
1012
  existingToggle.classList.add("expanded");
1013
1013
  } else {
1014
1014
  findingsEl.classList.add("collapsed");
@@ -287,7 +287,7 @@
287
287
  <div class="threat-summary" id="threat-summary"></div>
288
288
  </div>
289
289
  </div>
290
- <div class="threat-findings hidden" id="threat-findings" data-testid="threat-findings"></div>
290
+ <div class="threat-findings collapsed" id="threat-findings" data-testid="threat-findings"></div>
291
291
  </section>
292
292
 
293
293
  <section class="control-section">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "averecion-lite",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Real-time AI agent monitoring - watches logs, detects dangerous commands and prompt injection attempts",
5
5
  "author": "Averecion <hello@averecion.com>",
6
6
  "homepage": "https://github.com/averecion/clawguard#readme",