@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/esm/index.js
CHANGED
|
@@ -40095,9 +40095,11 @@ let AwsBatchService = AwsBatchService_1 = class AwsBatchService {
|
|
|
40095
40095
|
]
|
|
40096
40096
|
: []),
|
|
40097
40097
|
],
|
|
40098
|
-
networkConfiguration:
|
|
40099
|
-
|
|
40100
|
-
|
|
40098
|
+
networkConfiguration: definition.infrastructureParams.computePlatformType !== "ec2"
|
|
40099
|
+
? {
|
|
40100
|
+
assignPublicIp: AssignPublicIp.ENABLED,
|
|
40101
|
+
}
|
|
40102
|
+
: undefined,
|
|
40101
40103
|
},
|
|
40102
40104
|
}));
|
|
40103
40105
|
}
|