@onlineapps/conn-orch-validator 2.0.2 → 2.0.3

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.2",
3
+ "version": "2.0.3",
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": {
@@ -393,6 +393,7 @@ class ValidationOrchestrator {
393
393
  const result = await this.readinessValidator.validateReadiness({
394
394
  serviceRoot: this.serviceRoot,
395
395
  serviceName: this.serviceName,
396
+ serviceUrl: this.serviceUrl,
396
397
  operations: operations.operations
397
398
  });
398
399