@punks/backend-entity-manager 0.0.398 → 0.0.399

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.
@@ -1,4 +1,5 @@
1
1
  export type PipelineTemplateProps = {
2
2
  name: string;
3
+ description?: string;
3
4
  };
4
5
  export declare const WpPipeline: (name: string, props?: Omit<PipelineTemplateProps, "name">) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
package/dist/index.d.ts CHANGED
@@ -1573,6 +1573,7 @@ declare const WpEntityQueryBuilder: (entityName: string, props?: Omit<EntityQuer
1573
1573
 
1574
1574
  type PipelineTemplateProps = {
1575
1575
  name: string;
1576
+ description?: string;
1576
1577
  };
1577
1578
  declare const WpPipeline: (name: string, props?: Omit<PipelineTemplateProps, "name">) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
1578
1579
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.398",
3
+ "version": "0.0.399",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",