File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33# Changelog
44
5+ ## [ 1.4.0] - 2025-03-12
6+
7+ ### Changed
8+
9+ - Added ` description ` and ` component_type ` to ` V1Component `
10+
511## [ 1.3.3] - 2025-02-5
612
713### Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/sdk" ,
33 "type" : " module" ,
4- "version" : " 1.3.3 " ,
4+ "version" : " 1.4.0 " ,
55 "description" : " Pipedream SDK" ,
66 "main" : " ./dist/server.js" ,
77 "module" : " ./dist/server.js" ,
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ export type V1Component<T extends ConfigurableProps = any> = { // eslint-disable
9393 key : string ;
9494 version : string ;
9595 configurable_props : T ;
96+ description ?: string ;
97+ component_type ?: string ;
9698} ;
9799
98100export type V1DeployedComponent < T extends ConfigurableProps = any > = { // eslint-disable-line @typescript-eslint/no-explicit-any
You can’t perform that action at this time.
0 commit comments