@pipedream/trello 0.3.7 → 0.3.8

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.7",
3
+ "version": "0.3.8",
4
4
  "description": "Pipedream Trello Components",
5
5
  "main": "trello.app.js",
6
6
  "keywords": [
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable pipedream/required-properties-key, pipedream/required-properties-name,
2
2
  pipedream/required-properties-version, pipedream/required-properties-description,
3
3
  pipedream/required-properties-type */
4
- import base from "./common/common-webhook.mjs";
4
+ import base from "./common-webhook.mjs";
5
5
 
6
6
  export default {
7
7
  ...base,
@@ -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.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-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.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-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.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-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.11",
8
+ version: "0.0.12",
9
9
  type: "source",
10
10
  dedupe: "unique",
11
11
  methods: {