@pipedream/google_drive 0.4.5 → 0.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/google_drive",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Pipedream Google_drive Components",
5
5
  "main": "google_drive.app.mjs",
6
6
  "keywords": [
@@ -4,7 +4,7 @@ export default {
4
4
  key: "google_drive-new-shared-drive",
5
5
  name: "New Shared Drive",
6
6
  description: "Emits a new event any time a shared drive is created.",
7
- version: "0.0.9",
7
+ version: "0.0.10",
8
8
  type: "source",
9
9
  dedupe: "unique",
10
10
  props: {
@@ -15,7 +15,7 @@ export default {
15
15
  description: "Interval to poll the Google Drive API for new shared drives",
16
16
  type: "$.interface.timer",
17
17
  default: {
18
- intervalSeconds: 60 * 15, // 30 minutes
18
+ intervalSeconds: 15 * 60, // 30 minutes
19
19
  },
20
20
  },
21
21
  },