@omen.foundation/node-microservice-runtime 0.1.116 → 0.1.117

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.116",
3
+ "version": "0.1.117",
4
4
  "description": "Beamable microservice runtime for Node.js/TypeScript services.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1079,7 +1079,7 @@ async function updateManifest({
1079
1079
  containerHealthCheckPort: reference.containerHealthCheckPort?.Value ?? reference.containerHealthCheckPort ?? 6565,
1080
1080
  imageId: shortImageId,
1081
1081
  imageCpuArch: reference.imageCpuArch?.Value ?? reference.imageCpuArch ?? 'linux/amd64',
1082
- logProvider: reference.logProvider?.Value ?? reference.logProvider ?? logProvider,
1082
+ logProvider: logProvider, // Always use beam.env for the service we're publishing
1083
1083
  dependencies,
1084
1084
  components,
1085
1085
  };