Skip to content

Commit d26860b

Browse files
chore(apify): Change component versions
1 parent 0587d3b commit d26860b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/apify/actions/run-actor/run-actor.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "apify-run-actor",
88
name: "Run Actor",
99
description: "Performs an execution of a selected Actor in Apify. [See the documentation](https://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor)",
10-
version: "0.0.36",
10+
version: "0.0.5",
1111
type: "action",
1212
props: {
1313
apify,

components/apify/actions/scrape-single-url/scrape-single-url.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "apify-scrape-single-url",
77
name: "Scrape Single URL",
88
description: "Executes a scraper on a specific website and returns its content as HTML. This action is perfect for extracting content from a single page. [See the documentation](https://docs.apify.com/sdk/js/docs/examples/crawl-single-url)",
9-
version: "0.1.0",
9+
version: "0.1.1",
1010
type: "action",
1111
props: {
1212
apify,

components/apify/package.json

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

components/apify/sources/new-finished-actor-run-instant/new-finished-actor-run-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "apify-new-finished-actor-run-instant",
77
name: "New Finished Actor Run (Instant)",
88
description: "Emit new event when a selected Actor is run and finishes.",
9-
version: "0.0.6",
9+
version: "0.0.5",
1010
type: "source",
1111
dedupe: "unique",
1212
props: {

0 commit comments

Comments
 (0)