claude-code-watch 0.0.20 → 0.0.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-watch",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Web-based real-time monitor for Claude Code.",
5
5
  "main": "./src/server/server.js",
6
6
  "bin": {
package/public/index.html CHANGED
@@ -1383,8 +1383,6 @@ function isSoloed(node) {
1383
1383
  return visibleFilterCount === 1 && filters.get(key);
1384
1384
  }
1385
1385
  return false;
1386
- }
1387
- return false;
1388
1386
  }
1389
1387
 
1390
1388
  function selectAll() {