feat: rename bin command to csc

This commit is contained in:
Ubuntu 2026-04-23 12:14:23 +00:00
parent e4ab168d72
commit 4e750966a8
3 changed files with 9 additions and 5 deletions

View File

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [4.0.11] - 2026-04-23
### 变更
- **Bin**: bin 命令统一为 `csc`,移除 `ccb`、`ccb-bun`、`claude-code-best`
## [4.0.10] - 2026-04-23
### 修复

View File

@ -1,6 +1,6 @@
{
"name": "@costrict/csc",
"version": "4.0.10",
"version": "4.0.11",
"description": "costrict",
"type": "module",
"author": "claude-code-best <claude-code-best@proton.me>",
@ -25,9 +25,7 @@
"bun": ">=1.2.0"
},
"bin": {
"ccb": "dist/cli-node.js",
"ccb-bun": "dist/cli-bun.js",
"claude-code-best": "dist/cli-node.js"
"csc": "dist/cli-node.js"
},
"workspaces": [
"packages/*",

View File

@ -7,7 +7,7 @@
*/
export function getMacroDefines(): Record<string, string> {
return {
"MACRO.VERSION": JSON.stringify("4.0.10"),
"MACRO.VERSION": JSON.stringify("4.0.11"),
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
"MACRO.ISSUES_EXPLAINER": JSON.stringify(""),