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 CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm version](https://badge.fury.io/js/ccusage.svg)](https://www.npmjs.com/package/ccusage)
6
6
 
7
7
  <div align="center">
8
- <img src="./docs/screenshot.png">
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.8";
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.8",
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
  }
Binary file