@pipedream/pcloud 0.3.5 → 0.3.6

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.
@@ -7,7 +7,7 @@ export default {
7
7
  name: "Copy File",
8
8
  description:
9
9
  "Copy a file to the specified destination. [See the docs here](https://docs.pcloud.com/methods/file/copyfile.html)",
10
- version: "0.0.3",
10
+ version: "0.0.4",
11
11
  type: "action",
12
12
  props: {
13
13
  ...common.props,
@@ -6,7 +6,7 @@ export default {
6
6
  key: "pcloud-copy-folder",
7
7
  name: "Copy Folder",
8
8
  description: "Copy a folder to the specified folder. [See the docs here](https://docs.pcloud.com/methods/folder/copyfolder.html)",
9
- version: "0.0.3",
9
+ version: "0.0.4",
10
10
  type: "action",
11
11
  props: {
12
12
  ...common.props,
@@ -7,7 +7,7 @@ export default {
7
7
  name: "Create Folder",
8
8
  description:
9
9
  "Create a folder in the specified folder. [See the docs here](https://docs.pcloud.com/methods/folder/createfolder.html)",
10
- version: "0.0.3",
10
+ version: "0.0.4",
11
11
  type: "action",
12
12
  props: {
13
13
  ...common.props,
@@ -6,7 +6,7 @@ export default {
6
6
  key: "pcloud-download-files",
7
7
  name: "Download File(s)",
8
8
  description: "Download one or more files to a folder. [See the docs here](https://docs.pcloud.com/methods/file/downloadfile.html)",
9
- version: "0.0.3",
9
+ version: "0.0.4",
10
10
  type: "action",
11
11
  props: {
12
12
  ...common.props,
@@ -6,7 +6,7 @@ export default {
6
6
  key: "pcloud-list-contents",
7
7
  name: "List Contents",
8
8
  description: "Get the contents of the specified folder. [See the docs here](https://docs.pcloud.com/methods/folder/listfolder.html)",
9
- version: "0.0.3",
9
+ version: "0.0.4",
10
10
  type: "action",
11
11
  props: {
12
12
  ...common.props,
@@ -6,7 +6,7 @@ export default {
6
6
  key: "pcloud-move-file",
7
7
  name: "Move File",
8
8
  description: "Moves a file to the specified destination. [See the docs here](https://docs.pcloud.com/methods/file/renamefile.html)",
9
- version: "0.0.1",
9
+ version: "0.0.2",
10
10
  type: "action",
11
11
  props: {
12
12
  ...common.props,
@@ -6,7 +6,7 @@ export default {
6
6
  key: "pcloud-move-folder",
7
7
  name: "Move Folder",
8
8
  description: "Moves a folder to the specified destination. [See the docs here](https://docs.pcloud.com/methods/folder/renamefolder.html)",
9
- version: "0.0.1",
9
+ version: "0.0.2",
10
10
  type: "action",
11
11
  props: {
12
12
  ...common.props,
@@ -6,7 +6,7 @@ export default {
6
6
  key: "pcloud-rename-file",
7
7
  name: "Rename File",
8
8
  description: "Renames a file. [See the docs here](https://docs.pcloud.com/methods/file/renamefile.html)",
9
- version: "0.0.1",
9
+ version: "0.0.2",
10
10
  type: "action",
11
11
  props: {
12
12
  ...common.props,
@@ -6,7 +6,7 @@ export default {
6
6
  key: "pcloud-rename-folder",
7
7
  name: "Rename Folder",
8
8
  description: "Renames a folder. [See the docs here](https://docs.pcloud.com/methods/folder/renamefolder.html)",
9
- version: "0.0.1",
9
+ version: "0.0.2",
10
10
  type: "action",
11
11
  props: {
12
12
  ...common.props,
@@ -8,7 +8,7 @@ export default {
8
8
  name: "Upload File",
9
9
  description:
10
10
  "Upload a file to the specified folder. [See the docs here](https://docs.pcloud.com/methods/file/uploadfile.html)",
11
- version: "0.0.3",
11
+ version: "0.0.4",
12
12
  type: "action",
13
13
  props: {
14
14
  ...common.props,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/pcloud",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Pipedream pCloud Components",
5
5
  "main": "pcloud.app.mjs",
6
6
  "keywords": [