diff --git a/components/vbout/package.json b/components/vbout/package.json index 5c4a9bb56a8dd..f96320c559a57 100644 --- a/components/vbout/package.json +++ b/components/vbout/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/vbout", - "version": "0.0.3", + "version": "0.1.0", "description": "Pipedream VBOUT Components", "main": "vbout.app.mjs", "keywords": [ @@ -13,7 +13,7 @@ "homepage": "https://pipedream.com/apps/vbout", "author": "Pipedream (https://pipedream.com/)", "dependencies": { - "@pipedream/platform": "^1.6.8", + "@pipedream/platform": "^3.1.1", "moment": "^2.29.4" }, "publishConfig": { diff --git a/components/vbout/sources/common/base.mjs b/components/vbout/sources/common/base.mjs index ddb3a0d27d0e1..f6b12e383a4db 100644 --- a/components/vbout/sources/common/base.mjs +++ b/components/vbout/sources/common/base.mjs @@ -1,6 +1,6 @@ +import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; import moment from "moment"; import vbout from "../../vbout.app.mjs"; -import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default { props: { @@ -46,7 +46,7 @@ export default { }, }, hooks: { - async activate() { + async deploy() { const datetimeField = this.getDatetimeField(); let lastDatetime = this._getLastTime(); const items = await this.vbout.fetchItems({ diff --git a/components/vbout/sources/new-contact-property-change/new-contact-property-change.mjs b/components/vbout/sources/new-contact-property-change/new-contact-property-change.mjs index 73db08146dbb4..689e78e3d35f8 100644 --- a/components/vbout/sources/new-contact-property-change/new-contact-property-change.mjs +++ b/components/vbout/sources/new-contact-property-change/new-contact-property-change.mjs @@ -1,12 +1,12 @@ -import vbout from "../../vbout.app.mjs"; import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; +import vbout from "../../vbout.app.mjs"; export default { type: "source", name: "New Contact Property Change", key: "vbout-new-contact-property-change", description: "Emit new event for each new property changed in a specific contact. [See docs here](https://developers.vbout.com/docs#emailmarketing_getcontact)", - version: "0.0.3", + version: "0.0.4", props: { vbout, db: "$.service.db", diff --git a/components/vbout/sources/new-contact/new-contact.mjs b/components/vbout/sources/new-contact/new-contact.mjs index d1d9f2a8f94a1..7a0d363bb027c 100644 --- a/components/vbout/sources/new-contact/new-contact.mjs +++ b/components/vbout/sources/new-contact/new-contact.mjs @@ -6,7 +6,7 @@ export default { name: "New Contact", key: "vbout-new-contact", description: "Emit new event for each new contact. [See docs here](https://developers.vbout.com/docs#emailmarketing_getcontacts)", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", props: { ...common.props, diff --git a/components/vbout/sources/new-email-campaign/new-email-campaign.mjs b/components/vbout/sources/new-email-campaign/new-email-campaign.mjs index e1a7bd0d39cb2..33b54c3055576 100644 --- a/components/vbout/sources/new-email-campaign/new-email-campaign.mjs +++ b/components/vbout/sources/new-email-campaign/new-email-campaign.mjs @@ -7,7 +7,7 @@ export default { name: "New Email Campaign", key: "vbout-new-email-campaign", description: "Emit new event for each new email campaign. [See docs here](https://developers.vbout.com/docs#emailmarketing_campaigns)", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", props: { ...common.props, diff --git a/components/vbout/sources/new-social-media-message/new-social-media-message.mjs b/components/vbout/sources/new-social-media-message/new-social-media-message.mjs index ca13bd9b595c9..f3405550da65a 100644 --- a/components/vbout/sources/new-social-media-message/new-social-media-message.mjs +++ b/components/vbout/sources/new-social-media-message/new-social-media-message.mjs @@ -7,7 +7,7 @@ export default { name: "New Social Media Message", key: "vbout-new-social-media-message", description: "Emit new event for each new social media message. [See docs here](https://api.vbout.com/1/socialmedia/stats)", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", props: { ...common.props, diff --git a/components/visitor_queue/package.json b/components/visitor_queue/package.json index 963165c385ef0..b66c52160d880 100644 --- a/components/visitor_queue/package.json +++ b/components/visitor_queue/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/visitor_queue", - "version": "0.0.4", + "version": "0.1.0", "description": "Pipedream Visitor Queue Components", "main": "visitor_queue.app.mjs", "keywords": [ @@ -13,7 +13,7 @@ "homepage": "https://pipedream.com/apps/visitor-queue", "author": "Pipedream (https://pipedream.com/)", "dependencies": { - "@pipedream/platform": "^1.6.8", + "@pipedream/platform": "^3.1.1", "moment": "^2.29.4" }, "publishConfig": { diff --git a/components/visitor_queue/sources/new-lead/new-lead.mjs b/components/visitor_queue/sources/new-lead/new-lead.mjs index 22783e8613b2c..13f9b68258325 100644 --- a/components/visitor_queue/sources/new-lead/new-lead.mjs +++ b/components/visitor_queue/sources/new-lead/new-lead.mjs @@ -1,12 +1,12 @@ +import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; import moment from "moment"; import visitor_queue from "../../visitor_queue.app.mjs"; -import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform"; export default { key: "visitor_queue-new-lead", name: "New Lead", description: "Emit new event when a new Waiver sign is received. [See docs here](https://docs.visitorqueue.com/#4f021159-baae-e19d-bb7f-91a915e5b4ea)", - version: "0.0.3", + version: "0.0.4", dedupe: "unique", type: "source", props: { @@ -60,7 +60,7 @@ export default { }, }, hooks: { - async activate() { + async deploy() { const lastTime = this._getLastTime(); const leads = await this.visitor_queue.listLeads({ params: { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b8860c49f66be..5b651f5707a4f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15885,8 +15885,8 @@ importers: components/vbout: dependencies: '@pipedream/platform': - specifier: ^1.6.8 - version: 1.6.8 + specifier: ^3.1.1 + version: 3.1.1 moment: specifier: ^2.29.4 version: 2.30.1 @@ -16044,8 +16044,8 @@ importers: components/visitor_queue: dependencies: '@pipedream/platform': - specifier: ^1.6.8 - version: 1.6.8 + specifier: ^3.1.1 + version: 3.1.1 moment: specifier: ^2.29.4 version: 2.30.1