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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env bun
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.11";
7026
+ var version = "0.1.12";
7027
7027
  var description = "Usage analysis tool for Claude Code";
7028
7028
 
7029
7029
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccusage",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Usage analysis tool for Claude Code",
5
5
  "homepage": "https://github.com/ryoppippi/ccusage#readme",
6
6
  "bugs": {