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.
- package/dist/index.js +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.
|
|
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("?")}
|
|
1356
|
+
name: `${colors.dim("?")} Can't remember ${colors.dim("(submit as Free)")}`,
|
|
1357
1357
|
value: "free_default",
|
|
1358
1358
|
short: "Free (default)"
|
|
1359
1359
|
}
|