tokentracker-cli 0.5.46 → 0.5.47

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 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,20 +55,17 @@ tokentracker doctor # Health check
55
55
 
56
56
  ### 🍺 Homebrew (macOS)
57
57
 
58
- Prefer `brew`? The official tap ships both the CLI formula and the menu bar app cask:
58
+ Prefer `brew`? Install directly no extra tap step needed:
59
59
 
60
60
  ```bash
61
- # One-time tap (fetches cask + formula metadata)
62
- brew tap mm7894215/tokentracker
63
-
64
61
  # macOS menu bar app (DMG)
65
- brew install --cask tokentracker
62
+ brew install --cask mm7894215/tokentracker/tokentracker
66
63
 
67
64
  # CLI only
68
- brew install tokentracker
65
+ brew install mm7894215/tokentracker/tokentracker
69
66
  ```
70
67
 
71
- Upgrade with `brew upgrade --cask tokentracker` / `brew upgrade tokentracker`. The tap auto-bumps within an hour of every new release.
68
+ Upgrade with `brew upgrade --cask mm7894215/tokentracker/tokentracker`. The tap auto-bumps within an hour of every new release.
72
69
 
73
70
  ---
74
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokentracker-cli",
3
- "version": "0.5.46",
3
+ "version": "0.5.47",
4
4
  "description": "Token usage tracker for AI agent CLIs (Claude Code, Codex, Cursor, Kiro, Gemini, OpenCode, OpenClaw)",
5
5
  "main": "src/cli.js",
6
6
  "bin": {