claudmax 1.0.13 → 1.0.14

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -207,7 +207,7 @@ function configureSystem(apiKey) {
207
207
  apiKey,
208
208
  baseUrl: API_BASE,
209
209
  configuredAt: new Date().toISOString(),
210
- version: '1.0.2',
210
+ version: '1.0.14',
211
211
  });
212
212
  console.log(` ${CHECK} Config saved to ${C.magenta('~/.claudmax/config.json')}`);
213
213
  console.log(` ${INFO} ${C.dim('Claude Code CLI reads settings.json — no shell profile modification needed.')}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudmax",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
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": {