claude-scope 0.2.2 → 0.2.3

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.
@@ -643,7 +643,7 @@ var OutputStyleSchema = object({
643
643
  name: string()
644
644
  });
645
645
  var StdinDataSchema = object({
646
- hook_event_name: literal("Status"),
646
+ hook_event_name: optional(literal("Status")),
647
647
  session_id: string(),
648
648
  transcript_path: string(),
649
649
  cwd: string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-scope",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Claude Code plugin for session status and analytics",
5
5
  "license": "MIT",
6
6
  "type": "module",