@punks/backend-entity-manager 0.0.508 → 0.0.509
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 +3 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -42004,7 +42004,9 @@ let AwsJobsProvider = class AwsJobsProvider {
|
|
|
42004
42004
|
instanceId,
|
|
42005
42005
|
jobUid: definition.uid,
|
|
42006
42006
|
overrides: {
|
|
42007
|
-
command: awsInvocationParams.startCommand
|
|
42007
|
+
command: awsInvocationParams.startCommand
|
|
42008
|
+
?.map((x) => replacePlaceholders(replacePayload(x, payload), commandPlaceholders))
|
|
42009
|
+
.filter((x) => x?.trim()),
|
|
42008
42010
|
batchComputeEnvironment: awsInfrastructureParams.batchComputeEnvironment,
|
|
42009
42011
|
},
|
|
42010
42012
|
variables: input.variables,
|