@punks/backend-entity-manager 0.0.488 → 0.0.489

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 TaskSettings = {
8
8
  concurrency: TaskConcurrency;
9
9
  description?: string;
10
10
  displayName?: string;
11
+ hidden?: boolean;
11
12
  };
12
13
  export type TaskProps = TaskSettings & {
13
14
  name: string;
package/dist/index.d.ts CHANGED
@@ -1589,6 +1589,7 @@ type TaskSettings = {
1589
1589
  concurrency: TaskConcurrency;
1590
1590
  description?: string;
1591
1591
  displayName?: string;
1592
+ hidden?: boolean;
1592
1593
  };
1593
1594
  type TaskProps = TaskSettings & {
1594
1595
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.488",
3
+ "version": "0.0.489",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",