ccman 3.0.9 → 3.0.10

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 +49 -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.10",
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);
@@ -2656,10 +2702,7 @@ function createClaudeManager() {
2656
2702
  }
2657
2703
 
2658
2704
  // ../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;
2705
+ var VERSION = package_default.version;
2663
2706
 
2664
2707
  // src/interactive.ts
2665
2708
  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.10",
4
4
  "description": "Manage Codex and Claude Code API service provider configurations",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {