Skip to content

Commit fc04d8a

Browse files
committed
versions
1 parent c91af00 commit fc04d8a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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
@@ -11,7 +11,7 @@ export default {
1111
key: "google_drive-new-files-instant",
1212
name: "New Files (Instant)",
1313
description: "Emit new event when a new file is added in your linked Google Drive",
14-
version: "0.2.0",
14+
version: "0.2.1",
1515
type: "source",
1616
dedupe: "unique",
1717
props: {

components/google_drive/sources/new-files-shared-drive/new-files-shared-drive.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "google_drive-new-files-shared-drive",
88
name: "New Files (Shared Drive)",
99
description: "Emit new event when a new file is added in your shared Google Drive",
10-
version: "0.1.0",
10+
version: "0.1.1",
1111
type: "source",
1212
dedupe: "unique",
1313
props: {

components/google_drive/sources/new-or-modified-comments/new-or-modified-comments.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
name: "New or Modified Comments (Instant)",
1818
description:
1919
"Emit new event when a comment is created or modified in the selected file",
20-
version: "1.0.9",
20+
version: "1.0.10",
2121
type: "source",
2222
// Dedupe events based on the "x-goog-message-number" header for the target channel:
2323
// https://developers.google.com/drive/api/v3/push#making-watch-requests

components/google_drive/sources/new-or-modified-files/new-or-modified-files.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525
key: "google_drive-new-or-modified-files",
2626
name: "New or Modified Files (Instant)",
2727
description: "Emit new event when a file in the selected Drive is created, modified or trashed.",
28-
version: "0.4.0",
28+
version: "0.4.1",
2929
type: "source",
3030
// Dedupe events based on the "x-goog-message-number" header for the target channel:
3131
// https://developers.google.com/drive/api/v3/push#making-watch-requests

components/google_drive/sources/new-or-modified-folders/new-or-modified-folders.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
key: "google_drive-new-or-modified-folders",
2121
name: "New or Modified Folders (Instant)",
2222
description: "Emit new event when a folder is created or modified in the selected Drive",
23-
version: "0.2.2",
23+
version: "0.2.3",
2424
type: "source",
2525
// Dedupe events based on the "x-goog-message-number" header for the target channel:
2626
// https://developers.google.com/drive/api/v3/push#making-watch-requests

components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
type: "source",
77
name: "New Spreadsheet (Instant)",
88
description: "Emit new event when a new spreadsheet is created in a drive.",
9-
version: "0.1.15",
9+
version: "0.1.16",
1010
props: {
1111
googleDrive: newFilesInstant.props.googleDrive,
1212
db: newFilesInstant.props.db,

0 commit comments

Comments
 (0)