ccman 3.0.6 → 3.0.7
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.
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2050,7 +2050,7 @@ var import_inquirer2 = __toESM(require("inquirer"));
|
|
|
2050
2050
|
// ../core/package.json
|
|
2051
2051
|
var package_default = {
|
|
2052
2052
|
name: "@ccman/core",
|
|
2053
|
-
version: "3.0.
|
|
2053
|
+
version: "3.0.7",
|
|
2054
2054
|
type: "module",
|
|
2055
2055
|
description: "Core business logic for ccman",
|
|
2056
2056
|
main: "./dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccman",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"description": "Manage Codex and Claude Code API service provider configurations",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"url": "https://github.com/2ue/ccm/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"chalk": "^
|
|
35
|
+
"chalk": "^4.1.2",
|
|
36
36
|
"commander": "^11.0.0",
|
|
37
|
-
"inquirer": "^
|
|
37
|
+
"inquirer": "^8.2.6"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@types/inquirer": "^
|
|
40
|
+
"@types/inquirer": "^8.2.5",
|
|
41
41
|
"tsx": "^4.0.0"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|