ccman 3.0.9 → 3.0.11

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 +54 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2047,8 +2047,54 @@ function printLogo() {
2047
2047
  var import_chalk3 = __toESM(require("chalk"));
2048
2048
  var import_inquirer2 = __toESM(require("inquirer"));
2049
2049
 
2050
- // ../core/dist/index.js
2051
- var import_module = require("module");
2050
+ // ../core/package.json
2051
+ var package_default = {
2052
+ name: "@ccman/core",
2053
+ version: "3.0.11",
2054
+ type: "module",
2055
+ description: "Core business logic for ccman",
2056
+ main: "./dist/index.js",
2057
+ types: "./dist/index.d.ts",
2058
+ files: [
2059
+ "dist"
2060
+ ],
2061
+ scripts: {
2062
+ build: "tsc",
2063
+ test: "vitest run",
2064
+ "test:watch": "vitest",
2065
+ clean: "rm -rf dist"
2066
+ },
2067
+ keywords: [
2068
+ "codex",
2069
+ "claude",
2070
+ "claude-code",
2071
+ "ai",
2072
+ "api",
2073
+ "config",
2074
+ "manager"
2075
+ ],
2076
+ author: "2ue",
2077
+ license: "MIT",
2078
+ repository: {
2079
+ type: "git",
2080
+ url: "https://github.com/2ue/ccm.git",
2081
+ directory: "packages/core"
2082
+ },
2083
+ homepage: "https://github.com/2ue/ccm#readme",
2084
+ bugs: {
2085
+ url: "https://github.com/2ue/ccm/issues"
2086
+ },
2087
+ dependencies: {
2088
+ "@iarna/toml": "^2.2.5",
2089
+ "proper-lockfile": "^4.1.2"
2090
+ },
2091
+ devDependencies: {
2092
+ vitest: "^1.0.0"
2093
+ },
2094
+ engines: {
2095
+ node: ">=18.0.0"
2096
+ }
2097
+ };
2052
2098
 
2053
2099
  // ../core/dist/tool-manager.js
2054
2100
  var path3 = __toESM(require("path"), 1);
@@ -2242,6 +2288,11 @@ var CC_PRESETS = [
2242
2288
  baseUrl: "https://www.88code.org/api",
2243
2289
  description: "88Code API \u670D\u52A1"
2244
2290
  },
2291
+ {
2292
+ name: "KKYYXX",
2293
+ baseUrl: "https://api.kkyyxx.xyz",
2294
+ description: "KKYYXX API \u670D\u52A1"
2295
+ },
2245
2296
  {
2246
2297
  name: "BigModel",
2247
2298
  baseUrl: "https://open.bigmodel.cn/api/anthropic",
@@ -2656,10 +2707,7 @@ function createClaudeManager() {
2656
2707
  }
2657
2708
 
2658
2709
  // ../core/dist/index.js
2659
- var import_meta = {};
2660
- var require2 = (0, import_module.createRequire)(import_meta.url);
2661
- var pkg = require2("../package.json");
2662
- var VERSION = pkg.version;
2710
+ var VERSION = package_default.version;
2663
2711
 
2664
2712
  // src/interactive.ts
2665
2713
  var import_inquirer = __toESM(require("inquirer"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccman",
3
- "version": "3.0.9",
3
+ "version": "3.0.11",
4
4
  "description": "Manage Codex and Claude Code API service provider configurations",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {