@punks/backend-entity-manager 0.0.415 → 0.0.416

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.
@@ -7,6 +7,7 @@ export type TaskSettings = {
7
7
  cronExpression?: string;
8
8
  concurrency: TaskConcurrency;
9
9
  description?: string;
10
+ displayName?: string;
10
11
  };
11
12
  export type TaskProps = TaskSettings & {
12
13
  name: string;
package/dist/index.d.ts CHANGED
@@ -1641,6 +1641,7 @@ type TaskSettings = {
1641
1641
  cronExpression?: string;
1642
1642
  concurrency: TaskConcurrency;
1643
1643
  description?: string;
1644
+ displayName?: string;
1644
1645
  };
1645
1646
  type TaskProps = TaskSettings & {
1646
1647
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.415",
3
+ "version": "0.0.416",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",