claude-token-parser 1.0.0 → 1.0.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 (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # claude-token-parser
1
+ # [claude-token-parser](https://www.npmjs.com/package/claude-token-parser)
2
2
 
3
3
  Parse [Claude Code](https://claude.ai/code) session logs into token usage summaries, cost breakdowns, and aggregations by project, model, and time period.
4
4
 
@@ -32,9 +32,9 @@ By Model
32
32
 
33
33
  By Project
34
34
  ────────────────────────────────────────
35
- readme-readme $3858.16 116 sessions
36
- readme-markdown $2339.66 60 sessions
37
- mycelium $1159.83 27 sessions
35
+ razzle dazzle $3858.16 116 sessions
36
+ spizzle spazzle $2339.66 60 sessions
37
+ shimmer shazzle $1159.83 27 sessions
38
38
  ```
39
39
 
40
40
  ### Options
@@ -57,7 +57,7 @@ By Project
57
57
  claude-token-parser --monthly
58
58
 
59
59
  # Filter to one project with daily view
60
- claude-token-parser --project mycelium --daily
60
+ claude-token-parser --project hello --daily
61
61
 
62
62
  # Date range
63
63
  claude-token-parser --from 2026-02-01 --to 2026-02-14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-token-parser",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Parse Claude Code session logs — token usage, cost breakdowns, and aggregations by project, model, and time period.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",