ccusage 20.0.16 → 20.0.18
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 +8 -8
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
|
|
28
28
|
<div align="center">
|
|
29
29
|
|
|
30
|
-
<a href="https://linkjolt.io/
|
|
30
|
+
<a href="https://www.linkjolt.io/redirect?tc=ZRYGKVrY&aff=O8HjtyEN1hpQkXYlalZKT">
|
|
31
31
|
<picture>
|
|
32
32
|
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.lineman.io/logo/lineman-dark.svg">
|
|
33
33
|
<img src="https://cdn.lineman.io/logo/lineman-light.svg" alt="Lineman.io: Teams and Enterprise cost monitoring" width="320">
|
|
34
34
|
</picture>
|
|
35
35
|
</a>
|
|
36
36
|
|
|
37
|
-
<p align="center"><a href="https://linkjolt.io/
|
|
37
|
+
<p align="center"><a href="https://www.linkjolt.io/redirect?tc=ZRYGKVrY&aff=O8HjtyEN1hpQkXYlalZKT">Lineman.io — a Team & Enterprise solution for Claude Code:<br />40% lower token usage, full teams spend visibility, and unauthorized-spend alerts.</a></p>
|
|
38
38
|
|
|
39
39
|
</div>
|
|
40
40
|
|
|
@@ -244,12 +244,12 @@ The scheduled `update pricing` workflow runs the same update and validation, the
|
|
|
244
244
|
|
|
245
245
|
## Star History
|
|
246
246
|
|
|
247
|
-
<a href="https://www.star-history.com
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
247
|
+
<a href="https://www.star-history.com/?repos=ccusage%2Fccusage&type=date&legend=top-left">
|
|
248
|
+
<picture>
|
|
249
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=ccusage/ccusage&type=date&theme=dark&legend=top-left&sealed_token=bC4-7Zs63nsOam9kdlCTUCbyCn7QuItb4yy4h8Ot0SrOeDlb5y2saMUc1CAOskhB1fl3RSZZuUmFyjAOICGnniL5wqbvTmHrbqqiIH5mpn8spRFPfjLK_w" />
|
|
250
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=ccusage/ccusage&type=date&legend=top-left&sealed_token=bC4-7Zs63nsOam9kdlCTUCbyCn7QuItb4yy4h8Ot0SrOeDlb5y2saMUc1CAOskhB1fl3RSZZuUmFyjAOICGnniL5wqbvTmHrbqqiIH5mpn8spRFPfjLK_w" />
|
|
251
|
+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=ccusage/ccusage&type=date&legend=top-left&sealed_token=bC4-7Zs63nsOam9kdlCTUCbyCn7QuItb4yy4h8Ot0SrOeDlb5y2saMUc1CAOskhB1fl3RSZZuUmFyjAOICGnniL5wqbvTmHrbqqiIH5mpn8spRFPfjLK_w" />
|
|
252
|
+
</picture>
|
|
253
253
|
</a>
|
|
254
254
|
|
|
255
255
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccusage",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.18",
|
|
4
4
|
"description": "Analyze coding (agent) CLI token usage and costs from local data",
|
|
5
5
|
"homepage": "https://github.com/ccusage/ccusage#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"publint": "^0.3.12"
|
|
28
28
|
},
|
|
29
29
|
"optionalDependencies": {
|
|
30
|
-
"@ccusage/ccusage-darwin-arm64": "20.0.
|
|
31
|
-
"@ccusage/ccusage-darwin-x64": "20.0.
|
|
32
|
-
"@ccusage/ccusage-
|
|
33
|
-
"@ccusage/ccusage-
|
|
34
|
-
"@ccusage/ccusage-
|
|
35
|
-
"@ccusage/ccusage-
|
|
30
|
+
"@ccusage/ccusage-darwin-arm64": "20.0.18",
|
|
31
|
+
"@ccusage/ccusage-darwin-x64": "20.0.18",
|
|
32
|
+
"@ccusage/ccusage-win32-arm64": "20.0.18",
|
|
33
|
+
"@ccusage/ccusage-win32-x64": "20.0.18",
|
|
34
|
+
"@ccusage/ccusage-linux-x64": "20.0.18",
|
|
35
|
+
"@ccusage/ccusage-linux-arm64": "20.0.18"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "scripts/ensure-native-binary.nu && publint"
|