ccusage 0.1.8 → 0.1.9
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/dist/index.js +1 -1
- package/package.json +2 -3
- package/docs/screenshot.png +0 -0
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/ccusage)
|
|
6
6
|
|
|
7
7
|
<div align="center">
|
|
8
|
-
<img src="
|
|
8
|
+
<img src="https://github.com/ryoppippi/ccusage/blob/main/docs/screenshot.png?raw=true">
|
|
9
9
|
</div>
|
|
10
10
|
|
|
11
11
|
A CLI tool for analyzing Claude Code usage from local JSONL files.
|
package/dist/index.js
CHANGED
|
@@ -6816,7 +6816,7 @@ const consola = createConsola();
|
|
|
6816
6816
|
//#endregion
|
|
6817
6817
|
//#region package.json
|
|
6818
6818
|
var name = "ccusage";
|
|
6819
|
-
var version = "0.1.
|
|
6819
|
+
var version = "0.1.9";
|
|
6820
6820
|
var description = "Usage analysis tool for Claude Code";
|
|
6821
6821
|
|
|
6822
6822
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccusage",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Usage analysis tool for Claude Code",
|
|
5
5
|
"homepage": "https://github.com/ryoppippi/ccusage#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"type": "module",
|
|
17
17
|
"bin": "./dist/index.js",
|
|
18
18
|
"files": [
|
|
19
|
-
"dist"
|
|
20
|
-
"docs"
|
|
19
|
+
"dist"
|
|
21
20
|
]
|
|
22
21
|
}
|
package/docs/screenshot.png
DELETED
|
Binary file
|