claudmax 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -474,7 +474,6 @@ async function main() {
474
474
  // ── Step 2: API key prompt ───────────────────────────────────────────────
475
475
  console.log(C.bold('Step 2: Enter your ClaudMax API key\n'));
476
476
  console.log(` ${INFO} Get your API key from the ${C.bold('ClaudMax Admin Dashboard')}: ${C.cyan('https://claudmax.pro/admin/dashboard')}`);
477
- console.log(` ${INFO} Default superadmin: ${C.magenta('superadmin')} / ${C.magenta('claudmax-super-2026')}`);
478
477
  console.log('');
479
478
 
480
479
  let apiKey = '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudmax",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "ClaudMax CLI — Configure Claude Code, Cursor, Windsurf, Cline, and Roo Code to use ClaudMax API gateway with one command",
5
5
  "main": "index.js",
6
6
  "bin": {