@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/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
|
+
privileged: definition.infrastructureParams.privileged ?? false,
|
|
40116
40117
|
command: definition.invocationParams.startCommand,
|
|
40117
40118
|
image: definition.infrastructureParams.dockerImage,
|
|
40118
40119
|
executionRoleArn: this.awsSettings.batchExecutionRole,
|