Skip to content

Commit 577d222

Browse files
committed
versions
1 parent 3bee07d commit 577d222

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/hypeauditor/actions/get-instagram-report/get-instagram-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "hypeauditor-get-instagram-report",
66
name: "Get Instagram Report",
77
description: "Returns a report about the specified Instagram user. [See the documentation](https://hypeauditor.readme.io/reference/report_instagram#requests)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
app,

components/hypeauditor/actions/get-tiktok-report/get-tiktok-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "hypeauditor-get-tiktok-report",
55
name: "Get Tiktok Report",
66
description: "Returns a report about the specified Tiktok channel. [See the documentation](https://hypeauditor.readme.io/reference/get_report_tiktok)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/hypeauditor/actions/get-youtube-report/get-youtube-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "hypeauditor-get-youtube-report",
66
name: "Get Youtube Report",
77
description: "Returns a report about the specified Youtube channel. [See the documentation](https://hypeauditor.readme.io/reference/report_youtube)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
app,

components/hypeauditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/hypeauditor",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Pipedream HypeAuditor Components",
55
"main": "hypeauditor.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)