posthorn 0.2.9 → 0.2.10

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -362,6 +362,7 @@ async function checkDomains(domains2, options) {
362
362
  const icon = r.available ? chalk3.green(" \u2713") : chalk3.red(" \u2717");
363
363
  const price = r.price ? chalk3.dim(`$${r.price}/yr`) : "";
364
364
  console.log(`${icon} ${String(r.domain).padEnd(30)}${price}`);
365
+ if (r.note) console.log(chalk3.yellow(` ${r.note}`));
365
366
  }
366
367
  console.log(chalk3.dim("\n Vet a domain before buying: posthorn domains reputation <domain>"));
367
368
  }
@@ -580,7 +581,7 @@ function guide() {
580
581
 
581
582
  // src/index.ts
582
583
  var program = new Command();
583
- program.name("posthorn").description("Posthorn: domain setup, mailbox creation, and email warmup").version("0.2.9");
584
+ program.name("posthorn").description("Posthorn: domain setup, mailbox creation, and email warmup").version("0.2.10");
584
585
  program.addHelpText("after", `
585
586
  Agents: run 'posthorn guide' first for the full workflow playbook.
586
587
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "posthorn",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Domain setup, mailbox creation, and email warmup from the command line",
5
5
  "type": "module",
6
6
  "bin": {