@pipedream/trello 0.3.8 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/trello",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Pipedream Trello Components",
5
5
  "main": "trello.app.js",
6
6
  "keywords": [
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-card-archived",
6
6
  name: "Card Archived (Instant)",
7
7
  description: "Emit new event for each card archived.",
8
- version: "0.0.10",
8
+ version: "0.0.11",
9
9
  type: "source",
10
10
  props: {
11
11
  ...common.props,
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-card-due-date-reminder",
6
6
  name: "Card Due Date Reminder",
7
7
  description: "Emit new event at a specified time before a card is due.",
8
- version: "0.0.6",
8
+ version: "0.0.8",
9
9
  type: "source",
10
10
  dedupe: "unique",
11
11
  props: {
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-card-moved",
6
6
  name: "Card Moved (Instant)",
7
7
  description: "Emit new event each time a card is moved to a list.",
8
- version: "0.0.9",
8
+ version: "0.0.10",
9
9
  type: "source",
10
10
  props: {
11
11
  ...common.props,
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-card-updates",
6
6
  name: "Card Updates (Instant)",
7
7
  description: "Emit new event for each update to a Trello card.",
8
- version: "0.0.9",
8
+ version: "0.0.10",
9
9
  type: "source",
10
10
  props: {
11
11
  ...common.props,
@@ -1,4 +1,5 @@
1
1
  import common from "./common.js";
2
+ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform";
2
3
 
3
4
  export default {
4
5
  ...common,
@@ -9,7 +10,7 @@ export default {
9
10
  description: "Pipedream will poll the Trello API on this schedule",
10
11
  type: "$.interface.timer",
11
12
  default: {
12
- intervalSeconds: 60 * 15,
13
+ intervalSeconds: DEFAULT_POLLING_SOURCE_TIMER_INTERVAL,
13
14
  },
14
15
  },
15
16
  },
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-custom-webhook-events",
6
6
  name: "Custom Webhook Events (Instant)",
7
7
  description: "Emit new events for activity matching a board, event types, lists and/or cards.",
8
- version: "0.0.8",
8
+ version: "0.0.9",
9
9
  type: "source",
10
10
  props: {
11
11
  ...common.props,
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-new-activity",
6
6
  name: "New Activity (Instant)",
7
7
  description: "Emit new event for new activity on a board.",
8
- version: "0.0.6",
8
+ version: "0.0.7",
9
9
  type: "source",
10
10
  props: {
11
11
  ...common.props,
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-new-attachment",
6
6
  name: "New Attachment (Instant)",
7
7
  description: "Emit new event for new attachment on a board.",
8
- version: "0.0.6",
8
+ version: "0.0.7",
9
9
  type: "source",
10
10
  props: {
11
11
  ...common.props,
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-new-board",
6
6
  name: "New Board (Instant)",
7
7
  description: "Emit new event for each new board added.",
8
- version: "0.0.10",
8
+ version: "0.0.11",
9
9
  type: "source",
10
10
  dedupe: "unique",
11
11
  methods: {
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-new-card",
6
6
  name: "New Card (Instant)",
7
7
  description: "Emit new event for each new Trello card on a board.",
8
- version: "0.0.9",
8
+ version: "0.0.10",
9
9
  type: "source",
10
10
  dedupe: "unique",
11
11
  props: {
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-new-checklist",
6
6
  name: "New Checklist (Instant)",
7
7
  description: "Emit new event for each new checklist added to a board.",
8
- version: "0.0.11",
8
+ version: "0.0.12",
9
9
  type: "source",
10
10
  dedupe: "unique",
11
11
  methods: {
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-new-comment-added-to-card",
6
6
  name: "New Comment Added to Card (Instant)",
7
7
  description: "Emit new event for each new comment added to a card.",
8
- version: "0.0.9",
8
+ version: "0.0.10",
9
9
  type: "source",
10
10
  dedupe: "unique",
11
11
  props: {
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-new-label",
6
6
  name: "New Label (Instant)",
7
7
  description: "Emit new event for each new label added to a board.",
8
- version: "0.0.11",
8
+ version: "0.0.12",
9
9
  type: "source",
10
10
  dedupe: "unique",
11
11
  methods: {
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-new-label-added-to-card",
6
6
  name: "New Label Added To Card (Instant)",
7
7
  description: "Emit new event for each label added to a card.",
8
- version: "0.0.9",
8
+ version: "0.0.10",
9
9
  type: "source",
10
10
  props: {
11
11
  ...common.props,
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-new-list",
6
6
  name: "New List (Instant)",
7
7
  description: "Emit new event for each new list added to a board.",
8
- version: "0.0.11",
8
+ version: "0.0.12",
9
9
  type: "source",
10
10
  dedupe: "unique",
11
11
  methods: {
@@ -5,7 +5,7 @@ export default {
5
5
  key: "trello-new-member-on-card",
6
6
  name: "New Member on Card (Instant)",
7
7
  description: "Emit new event for each member that join in a card.",
8
- version: "0.0.12",
8
+ version: "0.0.13",
9
9
  type: "source",
10
10
  dedupe: "unique",
11
11
  methods: {
@@ -6,7 +6,7 @@ export default {
6
6
  name: "New Notification",
7
7
  description:
8
8
  "Emit new event for each new Trello notification for the authenticated user.",
9
- version: "0.0.7",
9
+ version: "0.0.9",
10
10
  type: "source",
11
11
  dedupe: "unique",
12
12
  methods: {