claude-code-types 0.4.0 → 0.4.2

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,3 +64,7 @@ See [AGENTS.md](AGENTS.md) for publishing instructions and project conventions.
64
64
  ## License
65
65
 
66
66
  MIT
67
+
68
+ ---
69
+
70
+ "Claude" is a trademark of Anthropic, PBC. This project is not affiliated with, endorsed by, or sponsored by Anthropic.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-types",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "TypeScript type definitions for Claude Code chat history JSONL files",
5
5
  "types": "./index.d.ts",
6
6
  "files": [