ccusage 0.2.1 → 0.2.2

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/dist/index.js +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7068,7 +7068,7 @@ const consola = createConsola();
7068
7068
  //#endregion
7069
7069
  //#region package.json
7070
7070
  var name = "ccusage";
7071
- var version = "0.2.1";
7071
+ var version = "0.2.2";
7072
7072
  var description = "Usage analysis tool for Claude Code";
7073
7073
 
7074
7074
  //#endregion
@@ -7362,7 +7362,8 @@ await cli(process$1.argv.slice(2), mainCommand, {
7362
7362
  name,
7363
7363
  version,
7364
7364
  description,
7365
- subCommands
7365
+ subCommands,
7366
+ renderHeader: null
7366
7367
  });
7367
7368
 
7368
7369
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccusage",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Usage analysis tool for Claude Code",
5
5
  "homepage": "https://github.com/ryoppippi/ccusage#readme",
6
6
  "bugs": {