@onlineapps/conn-orch-validator 2.0.7 → 2.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onlineapps/conn-orch-validator",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "Validation orchestrator for OA Drive microservices - coordinates validation across all layers (base, infra, orch, business)",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -478,7 +478,7 @@ class ValidationOrchestrator {
478
478
  }
479
479
  } else {
480
480
  console.error(`[ValidationOrchestrator] ❌ Validation FAILED (${duration}ms)`);
481
- console.error(`[ValidationOrchestrator] Errors: ${JSON.stringify(results.errors, null, 2)}(', ')}`);
481
+ console.error(`[ValidationOrchestrator] Errors: ${JSON.stringify(results.errors, null, 2)}`);
482
482
  }
483
483
 
484
484
  return results;