@punks/backend-entity-manager 0.0.480 → 0.0.481

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 PipelineTemplateOptions = {
7
7
  };
8
8
  export type PipelineTemplateProps = {
9
9
  name: string;
10
+ description?: string;
10
11
  concurrency?: PipelineConcurrency;
11
12
  options?: PipelineTemplateOptions;
12
13
  };
package/dist/index.d.ts CHANGED
@@ -1518,6 +1518,7 @@ type PipelineTemplateOptions$1 = {
1518
1518
  };
1519
1519
  type PipelineTemplateProps = {
1520
1520
  name: string;
1521
+ description?: string;
1521
1522
  concurrency?: PipelineConcurrency;
1522
1523
  options?: PipelineTemplateOptions$1;
1523
1524
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.480",
3
+ "version": "0.0.481",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",