tokentracker-cli 0.5.45 → 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.
- package/README.md +4 -7
- package/dashboard/dist/assets/{Card-CVdRLQXL.js → Card-CDFJQidU.js} +1 -1
- package/dashboard/dist/assets/{DashboardPage-B81lr9NT.js → DashboardPage-D1EzBOEu.js} +1 -1
- package/dashboard/dist/assets/{FadeIn-DGKuFrwh.js → FadeIn-Dt-Uvlsi.js} +1 -1
- package/dashboard/dist/assets/{LeaderboardPage-fIC8UBdE.js → LeaderboardPage-J30TJsOU.js} +1 -1
- package/dashboard/dist/assets/{LeaderboardProfilePage-D85BszWk.js → LeaderboardProfilePage-BK44ZoMl.js} +1 -1
- package/dashboard/dist/assets/{LimitsPage-BTq4-dNq.js → LimitsPage-C6ExO6Rp.js} +1 -1
- package/dashboard/dist/assets/{SettingsPage-il3gO5ET.js → SettingsPage-z4P35tTJ.js} +1 -1
- package/dashboard/dist/assets/{WidgetsPage-DieOEfKf.js → WidgetsPage-DGHOfwdN.js} +1 -1
- package/dashboard/dist/assets/{download-KyrJclzH.js → download-DsypqQx5.js} +1 -1
- package/dashboard/dist/assets/{leaderboard-columns-Chfc5tar.js → leaderboard-columns-VBGLNKay.js} +1 -1
- package/dashboard/dist/assets/{main-BPrBAU5E.js → main-DQ3-Wn2t.js} +2 -2
- package/dashboard/dist/assets/{use-limits-display-prefs-D5GxufF1.js → use-limits-display-prefs-B1qdCsIA.js} +1 -1
- package/dashboard/dist/assets/{use-usage-limits-D3wh10do.js → use-usage-limits-DiPkCZg-.js} +1 -1
- package/dashboard/dist/index.html +1 -1
- package/dashboard/dist/share.html +1 -1
- 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`?
|
|
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
|
|
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
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{D as r}from"./main-
|
|
1
|
+
import{D as r}from"./main-DQ3-Wn2t.js";function t({children:i,title:a,subtitle:o,className:s="",bodyClassName:d=""}){return r.jsxs("div",{className:`rounded-xl border border-oai-gray-200 dark:border-oai-gray-800 bg-white dark:bg-oai-gray-900 transition-colors duration-200 ${s}`,children:[(a||o)&&r.jsxs("div",{className:"px-5 py-4 border-b border-oai-gray-200 dark:border-oai-gray-800 transition-colors duration-200",children:[a&&r.jsx("h3",{className:"text-sm font-medium text-oai-gray-500 dark:text-oai-gray-300 uppercase tracking-wide transition-colors duration-200",children:a}),o&&r.jsx("p",{className:"text-sm text-oai-gray-500 dark:text-oai-gray-300 mt-1 transition-colors duration-200",children:o})]}),r.jsx("div",{className:`p-5 ${d}`,children:i})]})}export{t as C};
|