@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
|
@@ -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 {
|