@punks/backend-entity-manager 0.0.475 → 0.0.476

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.
@@ -8,6 +8,7 @@ export type AwsBatchInfrastructureParams = {
8
8
  vcpu: number;
9
9
  memory: number;
10
10
  gpu?: number;
11
+ ephemeralStorageGB?: number;
11
12
  dockerImage: string;
12
13
  environmentVariables?: AwsJobEnvironmentVariable[];
13
14
  computePlatformType?: AwsJobComputePlatformType;
package/dist/index.d.ts CHANGED
@@ -2811,6 +2811,7 @@ type AwsBatchInfrastructureParams = {
2811
2811
  vcpu: number;
2812
2812
  memory: number;
2813
2813
  gpu?: number;
2814
+ ephemeralStorageGB?: number;
2814
2815
  dockerImage: string;
2815
2816
  environmentVariables?: AwsJobEnvironmentVariable[];
2816
2817
  computePlatformType?: AwsJobComputePlatformType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.475",
3
+ "version": "0.0.476",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",