@pipedream/dropbox 0.3.16 → 0.3.17
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.
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import dropbox from "../../dropbox.app.mjs";
|
|
2
2
|
import consts from "../../common/consts.mjs";
|
|
3
3
|
import fs from "fs";
|
|
4
|
-
import got from "got@
|
|
4
|
+
import got from "got@13.0.0";
|
|
5
5
|
|
|
6
6
|
export default {
|
|
7
7
|
name: "Upload a File",
|
|
8
8
|
description: "Uploads a file to a selected folder. [See docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor)",
|
|
9
9
|
key: "dropbox-upload-file",
|
|
10
|
-
version: "0.0.
|
|
10
|
+
version: "0.0.10",
|
|
11
11
|
type: "action",
|
|
12
12
|
props: {
|
|
13
13
|
dropbox,
|