clishop 1.4.6 → 1.4.7
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 +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -856,7 +856,8 @@ async function runSetupWizard(emailArg) {
|
|
|
856
856
|
console.log();
|
|
857
857
|
console.log(chalk4.bold.cyan(" W E L C O M E T O C L I S H O P"));
|
|
858
858
|
console.log(chalk4.dim(" Order anything from your terminal."));
|
|
859
|
-
console.log(chalk4.dim(`
|
|
859
|
+
console.log(chalk4.dim(` npm: v${"1.4.7"}`));
|
|
860
|
+
console.log(chalk4.dim(` Build: ${"2026-04-04T18:17:20.412Z"}`));
|
|
860
861
|
console.log();
|
|
861
862
|
divider(chalk4.cyan);
|
|
862
863
|
console.log();
|
|
@@ -4090,7 +4091,7 @@ function registerDoctorCommand(program2) {
|
|
|
4090
4091
|
|
|
4091
4092
|
// src/index.ts
|
|
4092
4093
|
var program = new Command();
|
|
4093
|
-
program.name("clishop").version("1.4.
|
|
4094
|
+
program.name("clishop").version("1.4.7").description(
|
|
4094
4095
|
chalk16.bold("CLISHOP") + ` \u2014 Order anything from your terminal.
|
|
4095
4096
|
|
|
4096
4097
|
Run 'clishop setup' to get started with a single payment link.
|