@pipedream/dropbox 1.1.2 → 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.10",
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 it's extension. e.g: `myFile.csv`",
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: {
@@ -6,7 +6,7 @@ export default {
6
6
  name: "Search files and folders",
7
7
  description: "Searches for files and folders by name. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchV2__anchor)",
8
8
  key: "dropbox-search-files-folders",
9
- version: "0.0.13",
9
+ version: "0.0.14",
10
10
  annotations: {
11
11
  destructiveHint: false,
12
12
  openWorldHint: true,
@@ -91,7 +91,7 @@ export default {
91
91
  } = this;
92
92
  const res = await this.dropbox.searchFilesFolders({
93
93
  query,
94
- match_field_options: !isNil(includeHighlights)
94
+ match_field_options: isNil(includeHighlights)
95
95
  ? undefined
96
96
  : {
97
97
  include_highlights: includeHighlights,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/dropbox",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Pipedream Dropbox Components",
5
5
  "main": "dropbox.app.mjs",
6
6
  "keywords": [