@kosinal/claude-code-dashboard 0.0.3 → 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.
- package/dist/bin.js +3 -0
- 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);
|