@onlineapps/service-wrapper 2.0.19 → 2.0.20

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/service-wrapper",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "Thin orchestration layer for microservices - delegates all infrastructure concerns to specialized connectors",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -686,7 +686,7 @@ class ServiceWrapper {
686
686
 
687
687
  const { name: serviceName, version: serviceVersion } = this.config.service;
688
688
 
689
- this.logger.info('[ServiceWrapper] Checking validation proof...');
689
+ console.log('[ServiceWrapper] Checking validation proof...');
690
690
 
691
691
  const orchestrator = new ValidationOrchestrator({
692
692
  serviceRoot: this.serviceRoot,
@@ -702,9 +702,9 @@ class ServiceWrapper {
702
702
  }
703
703
 
704
704
  if (result.skipped) {
705
- this.logger.info('[ServiceWrapper] ✓ Using existing validation proof');
705
+ console.log('[ServiceWrapper] ✓ Using existing validation proof');
706
706
  } else {
707
- this.logger.info('[ServiceWrapper] ✓ Validation completed successfully');
707
+ console.log('[ServiceWrapper] ✓ Validation completed successfully');
708
708
  }
709
709
 
710
710
  // Store proof for registration