@punks/backend-entity-manager 0.0.313 → 0.0.315

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.
@@ -3,7 +3,6 @@ export type AwsBatchSettings = {
3
3
  awsAccessKeyId?: string;
4
4
  awsSecretAccessKey?: string;
5
5
  region?: string;
6
- defaultQueueName: string;
7
6
  batchComputeEnvironment: string;
8
7
  batchExecutionRole: string;
9
8
  batchResourcesPrefix: string;
package/dist/index.d.ts CHANGED
@@ -2877,7 +2877,6 @@ type AwsBatchSettings = {
2877
2877
  awsAccessKeyId?: string;
2878
2878
  awsSecretAccessKey?: string;
2879
2879
  region?: string;
2880
- defaultQueueName: string;
2881
2880
  batchComputeEnvironment: string;
2882
2881
  batchExecutionRole: string;
2883
2882
  batchResourcesPrefix: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.313",
3
+ "version": "0.0.315",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",