@pipedream/dropbox 1.1.3 → 1.1.4
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.
|
@@ -9,7 +9,7 @@ export default {
|
|
|
9
9
|
name: "Download File to TMP",
|
|
10
10
|
description: "Download a specific file to the temporary directory. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDownload__anchor).",
|
|
11
11
|
key: "dropbox-download-file-to-tmp",
|
|
12
|
-
version: "0.0.
|
|
12
|
+
version: "0.0.11",
|
|
13
13
|
annotations: {
|
|
14
14
|
destructiveHint: false,
|
|
15
15
|
openWorldHint: true,
|
|
@@ -30,7 +30,7 @@ export default {
|
|
|
30
30
|
name: {
|
|
31
31
|
type: "string",
|
|
32
32
|
label: "File Name",
|
|
33
|
-
description: "The new name of the file to be saved, including
|
|
33
|
+
description: "The new name of the file to be saved, including its extension. e.g: `myFile.csv`",
|
|
34
34
|
optional: true,
|
|
35
35
|
},
|
|
36
36
|
syncDir: {
|