@dedenlabs/claude-code-router-cli 2.0.1-beta.0 → 2.0.1
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/cli.js +2 -2
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -58274,7 +58274,7 @@ var require_package3 = __commonJS({
|
|
|
58274
58274
|
"package.json"(exports2, module2) {
|
|
58275
58275
|
module2.exports = {
|
|
58276
58276
|
name: "@dedenlabs/claude-code-router-cli",
|
|
58277
|
-
version: "2.0.1
|
|
58277
|
+
version: "2.0.1",
|
|
58278
58278
|
description: "\u57FA\u4E8E@musistudio/claude-code-router\u7684\u589E\u5F3A\u7248CLI\u8DEF\u7531\u5DE5\u5177 - \u652F\u6301\u7EDF\u4E00\u8DEF\u7531\u5F15\u64CE\u3001\u5916\u90E8\u89C4\u5219\u52A0\u8F7D\u3001\u667A\u80FD\u65E5\u5FD7\u7CFB\u7EDF\u3001\u81EA\u52A8\u914D\u7F6E\u8FC1\u79FB\u548CGLM\u601D\u8003\u6A21\u5F0F",
|
|
58279
58279
|
bin: {
|
|
58280
58280
|
ccr: "dist/cli.js"
|
|
@@ -58298,7 +58298,7 @@ var require_package3 = __commonJS({
|
|
|
58298
58298
|
license: "MIT",
|
|
58299
58299
|
repository: {
|
|
58300
58300
|
type: "git",
|
|
58301
|
-
url: "https://github.com/dedenlabs/claude-code-router-cli"
|
|
58301
|
+
url: "git+https://github.com/dedenlabs/claude-code-router-cli.git"
|
|
58302
58302
|
},
|
|
58303
58303
|
bugs: {
|
|
58304
58304
|
url: "https://github.com/dedenlabs/claude-code-router-cli/issues"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dedenlabs/claude-code-router-cli",
|
|
3
|
-
"version": "2.0.1
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "基于@musistudio/claude-code-router的增强版CLI路由工具 - 支持统一路由引擎、外部规则加载、智能日志系统、自动配置迁移和GLM思考模式",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ccr": "dist/cli.js"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
|
-
"url": "https://github.com/dedenlabs/claude-code-router-cli"
|
|
27
|
+
"url": "git+https://github.com/dedenlabs/claude-code-router-cli.git"
|
|
28
28
|
},
|
|
29
29
|
"bugs": {
|
|
30
30
|
"url": "https://github.com/dedenlabs/claude-code-router-cli/issues"
|