@punks/backend-entity-manager 0.0.304 → 0.0.305

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
  computePlatformType?: AwsJobComputePlatformType;
9
9
  assignPublicIp?: boolean;
10
10
  logGroupName?: string;
11
+ privileged?: boolean;
11
12
  };
12
13
  export type AwsBatchInvocationParams = {
13
14
  startCommand: string[];
package/dist/index.d.ts CHANGED
@@ -2858,6 +2858,7 @@ type AwsBatchInfrastructureParams = {
2858
2858
  computePlatformType?: AwsJobComputePlatformType;
2859
2859
  assignPublicIp?: boolean;
2860
2860
  logGroupName?: string;
2861
+ privileged?: boolean;
2861
2862
  };
2862
2863
  type AwsBatchInvocationParams = {
2863
2864
  startCommand: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.304",
3
+ "version": "0.0.305",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",