File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
youtube_data_api_custom_app Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- import common from "@pipedream/gitlab/gitlab.app.mjs " ;
1+ import common from "@pipedream/gitlab" ;
22
33export default {
44 ...common ,
Original file line number Diff line number Diff line change 1- import slack from "@pipedream/slack/slack.app.mjs " ;
1+ import slack from "@pipedream/slack" ;
22
33export default {
44 ...slack ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/youtube_data_api_custom_app" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.0.9 " ,
44 "description" : " Pipedream Youtube Custom App Components" ,
55 "main" : " youtube_data_api_custom_app.app.mjs" ,
66 "keywords" : [
1414 },
1515 "dependencies" : {
1616 "@googleapis/youtube" : " ^6.0.0" ,
17- "got" : " ^12.5.1"
17+ "got" : " ^12.5.1" ,
18+ "@pipedream/youtube_data_api" : " ^1.0.1"
1819 }
1920}
You can’t perform that action at this time.
0 commit comments