clishop 1.4.1 → 1.4.2
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 +4 -4
- package/dist/mcp.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -847,7 +847,7 @@ async function runSetupWizard(emailArg) {
|
|
|
847
847
|
console.log();
|
|
848
848
|
console.log(chalk4.bold.cyan(" W E L C O M E T O C L I S H O P"));
|
|
849
849
|
console.log(chalk4.dim(" Order anything from your terminal."));
|
|
850
|
-
console.log(chalk4.dim(` Build: ${"2026-04-03T15:
|
|
850
|
+
console.log(chalk4.dim(` Build: ${"2026-04-03T15:25:04.257Z"}`));
|
|
851
851
|
console.log();
|
|
852
852
|
divider(chalk4.cyan);
|
|
853
853
|
console.log();
|
|
@@ -897,7 +897,7 @@ async function runSetupWizard(emailArg) {
|
|
|
897
897
|
return;
|
|
898
898
|
}
|
|
899
899
|
console.log();
|
|
900
|
-
console.log(chalk4.bold("
|
|
900
|
+
console.log(chalk4.bold(" Give this link to your human to configure the payment method:"));
|
|
901
901
|
console.log();
|
|
902
902
|
console.log(" " + chalk4.cyan.underline(setupUrl));
|
|
903
903
|
console.log();
|
|
@@ -905,7 +905,7 @@ async function runSetupWizard(emailArg) {
|
|
|
905
905
|
if (opened) {
|
|
906
906
|
console.log(chalk4.dim(" (Browser opened automatically)"));
|
|
907
907
|
} else {
|
|
908
|
-
console.log(chalk4.yellow(" Could not open browser automatically. Please
|
|
908
|
+
console.log(chalk4.yellow(" Could not open browser automatically. Please share the link above."));
|
|
909
909
|
}
|
|
910
910
|
console.log();
|
|
911
911
|
const pollSpinner = ora3("Waiting for you to complete payment setup...").start();
|
|
@@ -4074,7 +4074,7 @@ function registerDoctorCommand(program2) {
|
|
|
4074
4074
|
|
|
4075
4075
|
// src/index.ts
|
|
4076
4076
|
var program = new Command();
|
|
4077
|
-
program.name("clishop").version("1.4.
|
|
4077
|
+
program.name("clishop").version("1.4.2").description(
|
|
4078
4078
|
chalk16.bold("CLISHOP") + ` \u2014 Order anything from your terminal.
|
|
4079
4079
|
|
|
4080
4080
|
Run 'clishop setup' to get started with a single payment link.
|
package/dist/mcp.js
CHANGED
|
@@ -13840,7 +13840,7 @@ server.registerTool("setup", {
|
|
|
13840
13840
|
});
|
|
13841
13841
|
return {
|
|
13842
13842
|
...res.data,
|
|
13843
|
-
message: "
|
|
13843
|
+
message: "Give this link to your human to configure their payment method in the browser. Then call setup_status with the deviceCode to check when they're done."
|
|
13844
13844
|
};
|
|
13845
13845
|
});
|
|
13846
13846
|
});
|