@pipedream/trello 1.4.0 → 1.4.1

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.
@@ -6,7 +6,7 @@ export default {
6
6
  key: "trello-add-attachment-to-card",
7
7
  name: "Add Attachment To Card",
8
8
  description: "Adds a file attachment on a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-attachments-post)",
9
- version: "1.0.5",
9
+ version: "1.0.6",
10
10
  annotations: {
11
11
  destructiveHint: false,
12
12
  openWorldHint: true,
@@ -44,6 +44,7 @@ export default {
44
44
  type: "string",
45
45
  label: "File Path or URL",
46
46
  description: "Provide either a file URL or a path to a file in the /tmp directory (for example, /tmp/myFile.pdf).",
47
+ format: "file-ref",
47
48
  },
48
49
  mimeType: {
49
50
  propDefinition: [
@@ -7,7 +7,7 @@ export default {
7
7
  key: "trello-create-card",
8
8
  name: "Create Card",
9
9
  description: "Creates a new card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post).",
10
- version: "1.0.5",
10
+ version: "1.0.6",
11
11
  annotations: {
12
12
  destructiveHint: false,
13
13
  openWorldHint: true,
@@ -98,6 +98,7 @@ export default {
98
98
  type: "string",
99
99
  label: "File Path or URL",
100
100
  description: "Provide either a file URL or a path to a file in the /tmp directory (for example, /tmp/myFile.pdf).",
101
+ format: "file-ref",
101
102
  optional: true,
102
103
  },
103
104
  mimeType: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/trello",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Pipedream Trello Components",
5
5
  "main": "trello.app.mjs",
6
6
  "keywords": [
@@ -10,7 +10,7 @@
10
10
  "homepage": "https://pipedream.com/apps/trello",
11
11
  "author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
12
12
  "dependencies": {
13
- "@pipedream/platform": "^3.1.1",
13
+ "@pipedream/platform": "^3.2.5",
14
14
  "form-data": "^4.0.4",
15
15
  "lodash-es": "^4.17.23",
16
16
  "mime": "^4.0.4",