ccviz 0.3.0 → 0.3.1

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 (1) hide show
  1. package/package.json +10 -1
package/package.json CHANGED
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "name": "ccviz",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/dhruvyad/ccviz.git"
7
+ },
8
+ "homepage": "https://github.com/dhruvyad/ccviz",
9
+ "bugs": {
10
+ "url": "https://github.com/dhruvyad/ccviz/issues"
11
+ },
12
+ "author": "Dhruv Yadav",
4
13
  "description": "CLI tool to visualize Claude Code conversations",
5
14
  "type": "module",
6
15
  "bin": {