ccusage 20.0.10 → 20.0.11

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -213,6 +213,12 @@ The scheduled `update pricing` workflow runs the same update and validation, the
213
213
  </a>
214
214
  </p>
215
215
 
216
+ <p align="center">
217
+ <a href="https://blacksmith.sh">
218
+ <img src="https://cdn.jsdelivr.net/gh/ccusage/ccusage@main/docs/public/blacksmith.png" alt="Blacksmith" width="320">
219
+ </a>
220
+ </p>
221
+
216
222
  <p align="center">
217
223
  <a href="https://github.com/sponsors/ryoppippi">
218
224
  <img src="https://sponsors.ryoppippi.com/sponsors.png" alt="Sponsors">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccusage",
3
- "version": "20.0.10",
3
+ "version": "20.0.11",
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": {
@@ -23,11 +23,11 @@
23
23
  ],
24
24
  "type": "module",
25
25
  "optionalDependencies": {
26
- "@ccusage/ccusage-darwin-arm64": "20.0.10",
27
- "@ccusage/ccusage-darwin-x64": "20.0.10",
28
- "@ccusage/ccusage-linux-arm64": "20.0.10",
29
- "@ccusage/ccusage-linux-x64": "20.0.10",
30
- "@ccusage/ccusage-win32-x64": "20.0.10",
31
- "@ccusage/ccusage-win32-arm64": "20.0.10"
26
+ "@ccusage/ccusage-darwin-arm64": "20.0.11",
27
+ "@ccusage/ccusage-darwin-x64": "20.0.11",
28
+ "@ccusage/ccusage-linux-x64": "20.0.11",
29
+ "@ccusage/ccusage-win32-arm64": "20.0.11",
30
+ "@ccusage/ccusage-win32-x64": "20.0.11",
31
+ "@ccusage/ccusage-linux-arm64": "20.0.11"
32
32
  }
33
33
  }