ccgather 1.3.45 → 1.3.46

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
@@ -391,7 +391,7 @@ var init_ui = __esm({
391
391
  "src/lib/ui.ts"() {
392
392
  "use strict";
393
393
  import_chalk = __toESM(require("chalk"));
394
- VERSION = true ? "1.3.44" : "0.0.0";
394
+ VERSION = true ? "1.3.46" : "0.0.0";
395
395
  colors = {
396
396
  primary: import_chalk.default.hex("#DA7756"),
397
397
  // Claude coral
@@ -1353,7 +1353,7 @@ async function submit(options) {
1353
1353
  short: "Free"
1354
1354
  },
1355
1355
  {
1356
- name: `${colors.dim("?")} Don't remember ${colors.dim("(submit as Free)")}`,
1356
+ name: `${colors.dim("?")} Can't remember ${colors.dim("(submit as Free)")}`,
1357
1357
  value: "free_default",
1358
1358
  short: "Free (default)"
1359
1359
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccgather",
3
- "version": "1.3.45",
3
+ "version": "1.3.46",
4
4
  "description": "CLI tool for syncing Claude Code usage data to CCgather leaderboard",
5
5
  "bin": {
6
6
  "ccgather": "dist/index.js",