antigravity-quota-tui 1.0.2 → 1.0.4
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Antigravity QuotA (TUI)
|
|
4
4
|
|
|
5
|
-
**A
|
|
5
|
+
**A fast, cross-platform terminal UI for tracking Gemini and Claude API usage in real time.**
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/antigravity-quota-tui)
|
|
8
8
|
[](#)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antigravity-quota-tui",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "A
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "A fast, cross-platform terminal UI for tracking Gemini and Claude API usage in real time.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ant-quota": "bin/ant-quota.js"
|
|
7
7
|
},
|