@pipedream/hootsuite 0.3.0 → 0.3.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.
|
@@ -5,7 +5,7 @@ export default {
|
|
|
5
5
|
key: "hootsuite-create-media-upload-job",
|
|
6
6
|
name: "Create Media Upload Job",
|
|
7
7
|
description: "Creates a new Media Upload Job on your Hootsuite account. [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/createMedia)",
|
|
8
|
-
version: "0.0.
|
|
8
|
+
version: "0.0.4",
|
|
9
9
|
annotations: {
|
|
10
10
|
destructiveHint: false,
|
|
11
11
|
openWorldHint: true,
|
|
@@ -18,6 +18,7 @@ export default {
|
|
|
18
18
|
type: "string",
|
|
19
19
|
label: "File Path or URL",
|
|
20
20
|
description: "The path or URL to the image file.",
|
|
21
|
+
format: "file-ref",
|
|
21
22
|
},
|
|
22
23
|
syncDir: {
|
|
23
24
|
type: "dir",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipedream/hootsuite",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Pipedream Hootsuite Components",
|
|
5
5
|
"main": "hootsuite.app.mjs",
|
|
6
6
|
"keywords": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@pipedream/platform": "^3.
|
|
16
|
+
"@pipedream/platform": "^3.2.5",
|
|
17
17
|
"dayjs": "^1.11.7"
|
|
18
18
|
}
|
|
19
19
|
}
|