cc-hooks-ts 2.1.133 → 2.1.141
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/index.d.mts +5 -0
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -769,6 +769,11 @@ type CommonHookOutputs = {
|
|
|
769
769
|
* @deprecated
|
|
770
770
|
*/
|
|
771
771
|
reason?: string;
|
|
772
|
+
/**
|
|
773
|
+
* A terminal escape sequence (e.g. OSC 9 / OSC 777 desktop-notification) for Claude Code to emit on your behalf.
|
|
774
|
+
* Only notification/title OSCs (0, 1, 2, 9, 99, 777) and BEL are permitted; anything else is dropped.
|
|
775
|
+
*/
|
|
776
|
+
terminalSequence?: string;
|
|
772
777
|
/**
|
|
773
778
|
* Use `hookSpecificOutput` in appropriate hook events instead.
|
|
774
779
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cc-hooks-ts",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.141",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Write claude code hooks with type safety",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"vitest": "4.1.2"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@anthropic-ai/claude-agent-sdk": "0.2.
|
|
65
|
+
"@anthropic-ai/claude-agent-sdk": "0.2.141",
|
|
66
66
|
"get-stdin": "10.0.0",
|
|
67
67
|
"valibot": "^1.3.0"
|
|
68
68
|
},
|