@punks/backend-entity-manager 0.0.294 → 0.0.295

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.
@@ -2,6 +2,7 @@ import { JobDefinition } from "../../../../extensions/jobs/abstractions/definiti
2
2
  export type AwsBatchInfrastructureParams = {
3
3
  vcpu: number;
4
4
  memory: number;
5
+ gpuMemory?: number;
5
6
  dockerImage: string;
6
7
  };
7
8
  export type AwsBatchInvocationParams = {
package/dist/index.d.ts CHANGED
@@ -2852,6 +2852,7 @@ declare class InMemoryEmailProvider implements IEmailProvider<void> {
2852
2852
  type AwsBatchInfrastructureParams = {
2853
2853
  vcpu: number;
2854
2854
  memory: number;
2855
+ gpuMemory?: number;
2855
2856
  dockerImage: string;
2856
2857
  };
2857
2858
  type AwsBatchInvocationParams = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.294",
3
+ "version": "0.0.295",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",