@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omen.foundation/node-microservice-runtime",
3
- "version": "0.1.85",
3
+ "version": "0.1.86",
4
4
  "description": "Beamable microservice runtime for Node.js/TypeScript services.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -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
- const shortImageId = shortDigest(fullImageId);
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');