@sellable/install 0.1.35 → 0.1.36

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.
@@ -1446,8 +1446,13 @@ function printNextSteps(installedHosts) {
1446
1446
  console.log("");
1447
1447
  printDivider();
1448
1448
  console.log("");
1449
+ console.log(` ${C.grey}Need help?${C.reset}`);
1449
1450
  console.log(
1450
- ` ${C.grey}Need help?${C.reset} ${C.cyan}https://join.slack.com/t/ditttoai/shared_invite/zt-3wvs86yau-csKZGP3iGXO3oEiAUmtH9A${C.reset} ${C.grey}·${C.reset} ${C.cyan}admin@dittto.ai${C.reset}`
1451
+ ` Slack: ${C.cyan}https://join.slack.com/t/ditttoai/shared_invite/zt-3wvs86yau-csKZGP3iGXO3oEiAUmtH9A${C.reset}`
1452
+ );
1453
+ console.log(` Email: ${C.cyan}admin@dittto.ai${C.reset}`);
1454
+ console.log(
1455
+ ` LinkedIn: ${C.cyan}https://www.linkedin.com/in/csreyes92/${C.reset} ${C.grey}(DM Christian directly)${C.reset}`
1451
1456
  );
1452
1457
  console.log("");
1453
1458
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {