ccusage 0.1.6 → 0.1.7
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/dist/index.js +2 -3
- package/package.json +1 -1
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.7";
|
|
6820
6820
|
var description = "Usage analysis tool for Claude Code";
|
|
6821
6821
|
|
|
6822
6822
|
//#endregion
|
|
@@ -7087,8 +7087,7 @@ await cli(process$1.argv.slice(2), mainCommand, {
|
|
|
7087
7087
|
name,
|
|
7088
7088
|
version,
|
|
7089
7089
|
description,
|
|
7090
|
-
subCommands
|
|
7091
|
-
usageSilent: true
|
|
7090
|
+
subCommands
|
|
7092
7091
|
});
|
|
7093
7092
|
|
|
7094
7093
|
//#endregion
|