Skip to content

Commit cc6ad80

Browse files
committed
Fixes
1 parent 6adc949 commit cc6ad80

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

components/gitlab_developer_app/gitlab_developer_app.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import common from "@pipedream/gitlab/gitlab.app.mjs";
1+
import common from "@pipedream/gitlab";
22

33
export default {
44
...common,

components/slack_bot/slack_bot.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import slack from "@pipedream/slack/slack.app.mjs";
1+
import slack from "@pipedream/slack";
22

33
export default {
44
...slack,

components/youtube_data_api_custom_app/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -14,6 +14,7 @@
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
}

0 commit comments

Comments
 (0)