@onlineapps/service-common 1.0.17 → 1.0.18

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-common",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Common utilities for both infrastructure services and business services",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -120,7 +120,7 @@ async function waitForInfrastructureReady(options = {}) {
120
120
 
121
121
  // Optionally log individual service status
122
122
  // Note: Service names should match config.infrastructureServices in Registry
123
- const serviceKeys = ['gateway', 'registry', 'validator', 'delivery', 'monitoring'];
123
+ const serviceKeys = ['gateway', 'registry', 'validator', 'delivery-dispatcher', 'monitoring'];
124
124
  const statuses = {};
125
125
  for (const serviceName of serviceKeys) {
126
126
  try {