@kosinal/claude-code-dashboard 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/dist/bin.js +3 -0
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -1376,6 +1376,9 @@ function createStore() {
1376
1376
  sessions.delete(session_id);
1377
1377
  return null;
1378
1378
  }
1379
+ if (hook_event_name === "Ping") {
1380
+ return null;
1381
+ }
1379
1382
  const status = EVENT_TO_STATUS[hook_event_name];
1380
1383
  if (!status) {
1381
1384
  const existing2 = sessions.get(session_id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kosinal/claude-code-dashboard",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "description": "Real-time browser dashboard for Claude Code session states",
6
6
  "bin": {