tokentracker-cli 0.5.2 → 0.5.3
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 +2 -1
- package/dashboard/dist/assets/DashboardPage-CGaKcd55.js +12 -0
- package/dashboard/dist/assets/LeaderboardPage-Dj9QZ8jC.js +1 -0
- package/dashboard/dist/assets/{LeaderboardProfilePage-B5Yw_BZM.js → LeaderboardProfilePage-Bz-aUVkS.js} +1 -1
- package/dashboard/dist/assets/{ThemeToggle-CQvh_d2Z.js → ThemeToggle-BeCU2uxY.js} +1 -1
- package/dashboard/dist/assets/{leaderboard-columns-COq9DxPJ.js → leaderboard-columns-wV7NeEpI.js} +1 -1
- package/dashboard/dist/assets/{main-8JBJiGVQ.js → main-b3V-nHUe.js} +2 -2
- package/dashboard/dist/index.html +1 -1
- package/dashboard/dist/share.html +1 -1
- package/package.json +2 -2
- package/dashboard/dist/assets/DashboardPage-ccDq1oTb.js +0 -12
- package/dashboard/dist/assets/LeaderboardPage-BvhBcafd.js +0 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**Track AI Token Usage Across All Your CLI Tools**
|
|
6
6
|
|
|
7
|
+
[](https://token.rynn.me)
|
|
7
8
|
[](https://opensource.org/licenses/MIT)
|
|
8
9
|
[](https://www.npmjs.com/package/tokentracker-cli)
|
|
9
10
|
[](https://nodejs.org/)
|
|
@@ -160,7 +161,7 @@ Clawd character design belongs to Anthropic. This is a community project with no
|
|
|
160
161
|
|
|
161
162
|
<div align="center">
|
|
162
163
|
<b>Token Tracker</b> — Quantify your AI output.<br/>
|
|
163
|
-
Made by developers, for developers.
|
|
164
|
+
<a href="https://token.rynn.me">token.rynn.me</a> · Made by developers, for developers.
|
|
164
165
|
</div>
|
|
165
166
|
|
|
166
167
|
## Recent UI Updates
|