@punks/backend-entity-manager 0.0.304 → 0.0.305
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 +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/platforms/nest/plugins/jobs/aws-batch/models/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/platforms/nest/plugins/jobs/aws-batch/models/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -40098,6 +40098,7 @@ let AwsBatchService = AwsBatchService_1 = class AwsBatchService {
|
|
|
40098
40098
|
? [PlatformCapability.EC2]
|
|
40099
40099
|
: [PlatformCapability.FARGATE],
|
|
40100
40100
|
containerProperties: {
|
|
40101
|
+
privileged: definition.infrastructureParams.privileged ?? false,
|
|
40101
40102
|
command: definition.invocationParams.startCommand,
|
|
40102
40103
|
image: definition.infrastructureParams.dockerImage,
|
|
40103
40104
|
executionRoleArn: this.awsSettings.batchExecutionRole,
|