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.
- package/dist/claude-scope.cjs +1 -1
- package/package.json +1 -1
package/dist/claude-scope.cjs
CHANGED
|
@@ -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(),
|