@jspg-ai/coding-bb 0.0.2-beta.27 → 0.0.2-beta.28

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.
@@ -1181,7 +1181,7 @@ function decideUpgradeIfInstalled(targetDir) {
1181
1181
  return 'skip';
1182
1182
  }
1183
1183
 
1184
- step('', '版本', `v${installed} → v${pkg.version}`, { iconColor: 'cyan' });
1184
+ step('', '版本', `v${installed} → v${pkg.version}`);
1185
1185
  return 'install';
1186
1186
  }
1187
1187
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jspg-ai/coding-bb",
3
- "version": "0.0.2-beta.27",
3
+ "version": "0.0.2-beta.28",
4
4
  "description": "整合业界热门且高价值的工具、框架与技能,为 AI CODING AGENT 提供统一的行为准则与工作流,辅助开发者将需求高效落地为符合规范的代码",
5
5
  "main": "cbb/lib/install/init.js",
6
6
  "bin": {