Skip to content

Commit 87e22be

Browse files
bump versions
1 parent 31b1fc6 commit 87e22be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/trustpilot/package.json

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

components/trustpilot/sources/updated-service-reviews/updated-service-reviews.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
key: "trustpilot-updated-service-reviews",
1010
name: "New Updated Service Reviews",
1111
description: "Emit new event when an existing service review is updated or revised on Trustpilot. This source periodically polls the Trustpilot API to detect service reviews that have been modified. Each event contains the updated review data including any changes to star rating, review text, or other review attributes. Essential for tracking review modifications, monitoring evolving customer feedback, and identifying patterns in review updates.",
12-
version: "0.0.2",
12+
version: "0.0.3",
1313
type: "source",
1414
dedupe: "unique",
1515
methods: {

0 commit comments

Comments
 (0)