@onlineapps/service-wrapper 2.0.52 → 2.0.55

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.52",
3
+ "version": "2.0.55",
4
4
  "description": "Thin orchestration layer for microservices - delegates all infrastructure concerns to specialized connectors",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -26,7 +26,6 @@ const { ValidationOrchestrator } = require('@onlineapps/conn-orch-validator');
26
26
  const INFRA_QUEUE_OWNERS = {
27
27
  'workflow.init': 'Gateway (api_gateway)',
28
28
  'registry.register': 'Registry (api_services_registry)',
29
- 'registry.heartbeats': 'Registry (api_services_registry)',
30
29
  'validation.requests': 'Validator (api_services_validator)',
31
30
  'workflow.completed': 'Delivery Dispatcher (api_delivery_dispatcher)',
32
31
  'workflow.failed': 'Delivery Dispatcher (api_delivery_dispatcher)',
@@ -903,7 +902,6 @@ class ServiceWrapper {
903
902
  const requiredInfrastructureQueues = [
904
903
  'workflow.init', // Gateway responsibility
905
904
  'registry.register', // Registry responsibility
906
- 'registry.heartbeats' // Registry responsibility
907
905
  ];
908
906
 
909
907
  // Optional infrastructure queues (may not exist if services are not running)