ccjk 9.3.13 → 9.3.15

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.
@@ -279,6 +279,8 @@ class SetupOrchestrator {
279
279
  result.totalFailed = phases.reduce((sum, p) => sum + p.failed, 0);
280
280
  result.errors = phases.flatMap((p) => p.errors);
281
281
  result.success = result.totalFailed === 0 || !options.rollbackOnError;
282
+ } else {
283
+ result.success = true;
282
284
  }
283
285
  if (options.report && !options.dryRun) {
284
286
  const reportPath = await this.generateReport(result);
@@ -1,4 +1,4 @@
1
- const version = "9.3.13";
1
+ const version = "9.3.15";
2
2
  const homepage = "https://github.com/miounet11/ccjk";
3
3
 
4
4
  export { homepage, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ccjk",
3
3
  "type": "module",
4
- "version": "9.3.13",
4
+ "version": "9.3.15",
5
5
  "packageManager": "pnpm@10.17.1",
6
6
  "description": "CCJK v9.0.0 - Revolutionary AI Development Platform with Enterprise Security, Streaming Cloud Sync, CRDT Conflict Resolution, and Unified V3 Architecture",
7
7
  "author": {