claude-quota-bar 0.3.0 → 0.3.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.
- package/README.md +2 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -22,8 +22,8 @@ state, and `dir:branch *N` — at ~2.5ms cold start and a 459KB binary.
|
|
|
22
22
|
# npm (recommended — works on any platform with Node ≥ 16)
|
|
23
23
|
npm install -g claude-quota-bar
|
|
24
24
|
|
|
25
|
-
# cargo
|
|
26
|
-
cargo install
|
|
25
|
+
# cargo (compiles from source — npm ships a prebuilt binary, so it's faster)
|
|
26
|
+
cargo install claude-quota-bar
|
|
27
27
|
|
|
28
28
|
# pre-built binary (macOS arm64 example)
|
|
29
29
|
curl -L https://github.com/xrf9268-hue/claude-quota-bar/releases/latest/download/claude-quota-bar-aarch64-apple-darwin.tar.gz | tar xz
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-quota-bar",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Fast Rust statusline for Claude Code — battery-bar 5h/7d quota, ctx, cache age, git",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"node": ">=16"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"claude-quota-bar-darwin-arm64": "0.3.
|
|
33
|
-
"claude-quota-bar-darwin-x64": "0.3.
|
|
34
|
-
"claude-quota-bar-linux-x64": "0.3.
|
|
35
|
-
"claude-quota-bar-linux-x64-musl": "0.3.
|
|
36
|
-
"claude-quota-bar-linux-arm64": "0.3.
|
|
37
|
-
"claude-quota-bar-linux-arm64-musl": "0.3.
|
|
38
|
-
"claude-quota-bar-win32-x64": "0.3.
|
|
32
|
+
"claude-quota-bar-darwin-arm64": "0.3.1",
|
|
33
|
+
"claude-quota-bar-darwin-x64": "0.3.1",
|
|
34
|
+
"claude-quota-bar-linux-x64": "0.3.1",
|
|
35
|
+
"claude-quota-bar-linux-x64-musl": "0.3.1",
|
|
36
|
+
"claude-quota-bar-linux-arm64": "0.3.1",
|
|
37
|
+
"claude-quota-bar-linux-arm64-musl": "0.3.1",
|
|
38
|
+
"claude-quota-bar-win32-x64": "0.3.1"
|
|
39
39
|
}
|
|
40
40
|
}
|