@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/cjs/index.js
CHANGED
|
@@ -42019,7 +42019,9 @@ let AwsJobsProvider = class AwsJobsProvider {
|
|
|
42019
42019
|
instanceId,
|
|
42020
42020
|
jobUid: definition.uid,
|
|
42021
42021
|
overrides: {
|
|
42022
|
-
command: awsInvocationParams.startCommand
|
|
42022
|
+
command: awsInvocationParams.startCommand
|
|
42023
|
+
?.map((x) => replacePlaceholders(replacePayload(x, payload), commandPlaceholders))
|
|
42024
|
+
.filter((x) => x?.trim()),
|
|
42023
42025
|
batchComputeEnvironment: awsInfrastructureParams.batchComputeEnvironment,
|
|
42024
42026
|
},
|
|
42025
42027
|
variables: input.variables,
|