@sellable/install 0.1.40 → 0.1.41

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.
@@ -74,6 +74,7 @@ const C = {
74
74
  grey: useColor ? "\x1b[90m" : "",
75
75
  bold: useColor ? "\x1b[1m" : "",
76
76
  magenta: useColor ? "\x1b[35m" : "",
77
+ brand: useColor ? "\x1b[96m" : "",
77
78
  };
78
79
 
79
80
  let VERBOSE = false;
@@ -106,11 +107,11 @@ function printBanner() {
106
107
  " ╚══════╝ ╚══════╝ ╚══════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚══════╝",
107
108
  ];
108
109
  console.log("");
109
- for (const line of lines) console.log(`${C.magenta}${line}${C.reset}`);
110
+ for (const line of lines) console.log(`${C.brand}${line}${C.reset}`);
110
111
  console.log("");
111
112
  } else {
112
113
  console.log("");
113
- console.log(`${C.bold}${C.magenta}SELLABLE${C.reset}`);
114
+ console.log(`${C.bold}${C.brand}SELLABLE${C.reset}`);
114
115
  console.log("");
115
116
  }
116
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.40",
3
+ "version": "0.1.41",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {