ccman 3.3.21 → 3.3.22

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 +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -426,6 +426,8 @@ var init_codex = __esm({
426
426
  "gmncodex.com",
427
427
  "gmncode.cn",
428
428
  "cdn.gmncode.cn",
429
+ "gmncode.com",
430
+ // Keep the historical typo for compatibility with previously written configs.
429
431
  "gmn.codex.com",
430
432
  "cdn.gmncode.com"
431
433
  ];
@@ -7376,7 +7378,7 @@ var GMN1_PROFILE = {
7376
7378
  },
7377
7379
  {
7378
7380
  label: "\u5168\u7403\u8FB9\u7F18 B",
7379
- url: "https://gmn.codex.com",
7381
+ url: "https://gmncode.com",
7380
7382
  description: "\u5168\u7403\u8FB9\u7F18\u8282\u70B9\u52A0\u901F"
7381
7383
  },
7382
7384
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccman",
3
- "version": "3.3.21",
3
+ "version": "3.3.22",
4
4
  "type": "module",
5
5
  "description": "Manage Codex, Claude Code, Gemini CLI, OpenCode, OpenClaw, and MCP API service provider configurations",
6
6
  "main": "./dist/index.js",