@punks/backend-entity-manager 0.0.305 → 0.0.306

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/dist/cjs/index.js CHANGED
@@ -40113,6 +40113,7 @@ let AwsBatchService = AwsBatchService_1 = class AwsBatchService {
40113
40113
  ? [clientBatch.PlatformCapability.EC2]
40114
40114
  : [clientBatch.PlatformCapability.FARGATE],
40115
40115
  containerProperties: {
40116
+ environment: definition.infrastructureParams.environmentVariables,
40116
40117
  privileged: definition.infrastructureParams.privileged ?? false,
40117
40118
  command: definition.invocationParams.startCommand,
40118
40119
  image: definition.infrastructureParams.dockerImage,