ccgather 1.3.52 → 1.3.53

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -382,7 +382,7 @@ var init_ui = __esm({
382
382
  "use strict";
383
383
  import_chalk = __toESM(require("chalk"));
384
384
  import_string_width = __toESM(require("string-width"));
385
- VERSION = true ? "1.3.51" : "0.0.0";
385
+ VERSION = true ? "1.3.52" : "0.0.0";
386
386
  colors = {
387
387
  primary: import_chalk.default.hex("#DA7756"),
388
388
  // Claude coral
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccgather",
3
- "version": "1.3.52",
3
+ "version": "1.3.53",
4
4
  "description": "CLI tool for syncing Claude Code usage data to CCgather leaderboard",
5
5
  "bin": {
6
6
  "ccgather": "dist/index.js",