@punks/backend-entity-manager 0.0.308 → 0.0.309

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.
@@ -6,5 +6,6 @@ export type AwsBatchSettings = {
6
6
  defaultQueueName: string;
7
7
  batchComputeEnvironment: string;
8
8
  batchExecutionRole: string;
9
+ batchResourcesPrefix: string;
9
10
  };
10
11
  export declare const awsBatchSettings: AppInMemorySettings<AwsBatchSettings>;
package/dist/index.d.ts CHANGED
@@ -2878,6 +2878,7 @@ type AwsBatchSettings = {
2878
2878
  defaultQueueName: string;
2879
2879
  batchComputeEnvironment: string;
2880
2880
  batchExecutionRole: string;
2881
+ batchResourcesPrefix: string;
2881
2882
  };
2882
2883
  declare const awsBatchSettings: AppInMemorySettings<AwsBatchSettings>;
2883
2884
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.308",
3
+ "version": "0.0.309",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",