ccusage 0.1.9 → 0.1.10

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
@@ -42,6 +42,10 @@ This tool helps you understand the value you're getting from your subscription b
42
42
  - 📄 **JSON Output**: Export data in structured JSON format with `--json`
43
43
  - 💰 **Cost Tracking**: Shows costs in USD for each day/session
44
44
 
45
+ ## Limitations
46
+
47
+ - This tool only reads local JSONL files generated by Claude Code. If you use Claude Code with multiple devices, you need to ensure the JSONL files are synchronized across devices.
48
+
45
49
  ## Installation
46
50
 
47
51
  ### Quick Start (Recommended)
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.9";
6819
+ var version = "0.1.10";
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.9",
3
+ "version": "0.1.10",
4
4
  "description": "Usage analysis tool for Claude Code",
5
5
  "homepage": "https://github.com/ryoppippi/ccusage#readme",
6
6
  "bugs": {