@pipedream/dropbox 0.3.11 → 0.3.13

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,7 +1,7 @@
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@12.4.1";
5
5
  import common from "../common/common.mjs";
6
6
 
7
7
  export default {
@@ -9,7 +9,7 @@ export default {
9
9
  name: "Upload a File",
10
10
  description: "Uploads a file to a selected folder. [See docs here](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor)",
11
11
  key: "dropbox-upload-file",
12
- version: "0.0.6",
12
+ version: "0.0.7",
13
13
  type: "action",
14
14
  props: {
15
15
  dropbox,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/dropbox",
3
- "version": "0.3.11",
3
+ "version": "0.3.13",
4
4
  "description": "Pipedream Dropbox Components",
5
5
  "main": "dropbox.app.mjs",
6
6
  "keywords": [
@@ -1,4 +1,5 @@
1
1
  import common from "../common/common.mjs";
2
+ import sampleEmit from "./test-event.mjs";
2
3
 
3
4
  export default {
4
5
  ...common,
@@ -6,7 +7,7 @@ export default {
6
7
  type: "source",
7
8
  key: "dropbox-new-file",
8
9
  name: "New File",
9
- version: "0.0.12",
10
+ version: "0.0.13",
10
11
  description: "Emit new event when a new file is added to your account or a specific folder. Make sure the number of files/folders in the watched folder does not exceed 4000.",
11
12
  props: {
12
13
  ...common.props,
@@ -77,4 +78,5 @@ export default {
77
78
  this._setLastFileModTime(currFileModTime);
78
79
  }
79
80
  },
81
+ sampleEmit,
80
82
  };
@@ -0,0 +1,14 @@
1
+ export default {
2
+ ".tag": "data",
3
+ "name": "sound-sample-10mins.mp3",
4
+ "path_lower": "/users/sample-sound-10mins.mp3",
5
+ "path_display": "/Users/sample-sound-10mins.mp3",
6
+ "id": "id:BCd78_dtB7AAAAAAAAAAm2",
7
+ "client_modified": "2030-01-22T20:39:35Z",
8
+ "server_modified": "2030-01-22T20:39:35Z",
9
+ "rev": "025de20479j6e65000000150r508q9r",
10
+ "size": 5200935,
11
+ "is_downloadable": true,
12
+ "content_hash": "99018994bda76c25de2613871a6c354f1059f879b03786284924ee5568145674",
13
+ "link": "https://ud78r9s3t6c6s7afa545778b4100.dl.cloudstorageusercontent.com/cd/0/get/C-64shEc-r56kB0jBeGPoKnGTbQtlliGe8kZds_3ZXZOcCaXYfMxyd9zLaZ1eaQWDTu1BgQriOM_hxup6T39aCzc8juqf7ftEr4Y0SCwTGdEZcXbnOyPp4aQ9EfryE3p8_N3W2eNUc_WdZQhUfVOpdfZGsQ8fce7p_ynCV71KwB9Dx2cBQkKb4EJ7FZRVmtYUl/file"
14
+ }