Skip to content

Commit cba8932

Browse files
Hiding timer prop for Google instant sources
1 parent 4756b93 commit cba8932

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

components/google_drive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/google_drive",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "Pipedream Google_drive Components",
55
"main": "google_drive.app.mjs",
66
"keywords": [

components/google_drive/sources/common-webhook.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default {
2727
static: {
2828
intervalSeconds: WEBHOOK_SUBSCRIPTION_RENEWAL_SECONDS,
2929
},
30+
hidden: true,
3031
},
3132
},
3233
hooks: {

components/google_drive/sources/new-files-instant/new-files-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
key: "google_drive-new-files-instant",
1111
name: "New Files (Instant)",
1212
description: "Emit new event when a new file is added in your linked Google Drive",
13-
version: "0.1.10",
13+
version: "0.1.11",
1414
type: "source",
1515
dedupe: "unique",
1616
props: {

pnpm-lock.yaml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)