@omen.foundation/node-microservice-runtime 0.1.85 → 0.1.86
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
|
@@ -1162,7 +1162,7 @@ async function main() {
|
|
|
1162
1162
|
|
|
1163
1163
|
// Step 7: Discover storage, components, and dependencies
|
|
1164
1164
|
progress.start('Discovering storage objects and components');
|
|
1165
|
-
|
|
1165
|
+
// shortImageId already defined above from verification step
|
|
1166
1166
|
const existingManifest = await fetchCurrentManifest(apiHost, token, cid, pid);
|
|
1167
1167
|
const discoveredStorage = await discoverStorageObjects('src');
|
|
1168
1168
|
const discoveredComponents = await discoverFederationComponents('src');
|