viberadar 0.3.154 → 0.3.155

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.
@@ -3836,7 +3836,7 @@ function renderObsGlobalDetail(c, filterFeatureKey) {
3836
3836
  const missing = (i.missingFields || []);
3837
3837
  const missingStr = missing.length ? missing.join(', ') : '—';
3838
3838
  const btn = hasAgent
3839
- ? `<button class="obs-action-btn" onclick="event.stopPropagation();runAgentTask('obs-fix-module',null,null,null,{modulePath:${JSON.stringify(i.modulePath)}})">исправить</button>`
3839
+ ? `<button class="obs-action-btn" onclick="event.stopPropagation();runAgentTask('obs-fix-module',null,null,null,{modulePath:${escapeHtml(JSON.stringify(i.modulePath))}})">исправить</button>`
3840
3840
  : '';
3841
3841
  return `
3842
3842
  <div class="obs-cat-row">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viberadar",
3
- "version": "0.3.154",
3
+ "version": "0.3.155",
4
4
  "description": "Live module map with test coverage for vibecoding projects",
5
5
  "main": "./dist/cli.js",
6
6
  "bin": {