viberadar 0.3.180 → 0.3.181

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.
@@ -3411,6 +3411,7 @@ async function loadProbeData() {
3411
3411
  try {
3412
3412
  const res = await fetch('/api/probe/status');
3413
3413
  probeData = await res.json();
3414
+ if (contextMode === 'probe') renderContent();
3414
3415
  } catch {}
3415
3416
  }
3416
3417
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viberadar",
3
- "version": "0.3.180",
3
+ "version": "0.3.181",
4
4
  "description": "Live module map with test coverage for vibecoding projects",
5
5
  "main": "./dist/cli.js",
6
6
  "bin": {