ccusage 0.1.11 → 0.1.12
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#!/usr/bin/env
|
|
1
|
+
#!/usr/bin/env node
|
|
2
2
|
import { createRequire } from "node:module";
|
|
3
3
|
import process$1 from "node:process";
|
|
4
4
|
import { readFile } from "node:fs/promises";
|
|
@@ -7023,7 +7023,7 @@ const consola = createConsola();
|
|
|
7023
7023
|
//#endregion
|
|
7024
7024
|
//#region package.json
|
|
7025
7025
|
var name = "ccusage";
|
|
7026
|
-
var version = "0.1.
|
|
7026
|
+
var version = "0.1.12";
|
|
7027
7027
|
var description = "Usage analysis tool for Claude Code";
|
|
7028
7028
|
|
|
7029
7029
|
//#endregion
|