File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
sources/new-projectupdate-created Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/linear" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.7.0 " ,
44 "description" : " Pipedream Linear Components" ,
55 "main" : " linear.app.mjs" ,
66 "keywords" : [
1515 },
1616 "dependencies" : {
1717 "@linear/sdk" : " ^13.0.0" ,
18- "@pipedream/linear_app" : " ^0.6 .0" ,
18+ "@pipedream/linear_app" : " ^0.7 .0" ,
1919 "@pipedream/platform" : " ^3.0.3"
2020 }
2121}
Original file line number Diff line number Diff line change 1+ import newProjectupdateCreated from "@pipedream/linear_app/sources/new-projectupdate-created/new-projectupdate-created.mjs" ;
2+
3+ import utils from "../../common/utils.mjs" ;
4+
5+ /* eslint-disable pipedream/required-properties-type */
6+ /* eslint-disable pipedream/required-properties-name */
7+ /* eslint-disable pipedream/required-properties-version */
8+
9+ export default {
10+ ...newProjectupdateCreated ,
11+ ...utils . getAppProps ( newProjectupdateCreated ) ,
12+ key : "linear-new-projectupdate-created" ,
13+ description : "Emit new event when a new Project Update is created. [See the documentation](https://developers.linear.app/docs/graphql/webhooks)" ,
14+ version : "0.0.1" ,
15+ } ;
You can’t perform that action at this time.
0 commit comments