@onlineapps/conn-orch-validator 2.0.12 → 2.0.13

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.12",
3
+ "version": "2.0.13",
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": {
@@ -278,7 +278,7 @@ class ValidationOrchestrator {
278
278
  } else {
279
279
  const config = JSON.parse(fs.readFileSync(configFile, 'utf8'));
280
280
  if (!config.service?.name) errors.push('config.json missing service.name');
281
- if (!config.service?.version) errors.push('config.json missing service.version');
281
+ // Note: service.version is now read from package.json (Single Source of Truth)
282
282
  }
283
283
 
284
284
  // Validate operations.json