@punks/backend-entity-manager 0.0.296 → 0.0.297
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 +5 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +5 -3
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -40110,9 +40110,11 @@ let AwsBatchService = AwsBatchService_1 = class AwsBatchService {
|
|
|
40110
40110
|
]
|
|
40111
40111
|
: []),
|
|
40112
40112
|
],
|
|
40113
|
-
networkConfiguration:
|
|
40114
|
-
|
|
40115
|
-
|
|
40113
|
+
networkConfiguration: definition.infrastructureParams.computePlatformType !== "ec2"
|
|
40114
|
+
? {
|
|
40115
|
+
assignPublicIp: clientBatch.AssignPublicIp.ENABLED,
|
|
40116
|
+
}
|
|
40117
|
+
: undefined,
|
|
40116
40118
|
},
|
|
40117
40119
|
}));
|
|
40118
40120
|
}
|