feat: rename bin command to csc
This commit is contained in:
parent
e4ab168d72
commit
4e750966a8
|
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [4.0.10] - 2026-04-23
|
||||||
|
|
||||||
### 修复
|
### 修复
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@costrict/csc",
|
"name": "@costrict/csc",
|
||||||
"version": "4.0.10",
|
"version": "4.0.11",
|
||||||
"description": "costrict",
|
"description": "costrict",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "claude-code-best <claude-code-best@proton.me>",
|
"author": "claude-code-best <claude-code-best@proton.me>",
|
||||||
|
|
@ -25,9 +25,7 @@
|
||||||
"bun": ">=1.2.0"
|
"bun": ">=1.2.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"ccb": "dist/cli-node.js",
|
"csc": "dist/cli-node.js"
|
||||||
"ccb-bun": "dist/cli-bun.js",
|
|
||||||
"claude-code-best": "dist/cli-node.js"
|
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
export function getMacroDefines(): Record<string, string> {
|
export function getMacroDefines(): Record<string, string> {
|
||||||
return {
|
return {
|
||||||
"MACRO.VERSION": JSON.stringify("4.0.10"),
|
"MACRO.VERSION": JSON.stringify("4.0.11"),
|
||||||
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
|
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
|
||||||
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
|
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
|
||||||
"MACRO.ISSUES_EXPLAINER": JSON.stringify(""),
|
"MACRO.ISSUES_EXPLAINER": JSON.stringify(""),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user