You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/mongodb/sources/new-document/new-document.mjs
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ export default {
6
6
key: "mongodb-new-document",
7
7
name: "New Document",
8
8
description: "Emit new an event when a new document is added to a collection",
9
-
version: "0.0.10",
9
+
version: "0.0.11",
10
10
type: "source",
11
11
dedupe: "unique",
12
12
props: {
@@ -29,7 +29,17 @@ export default {
29
29
timestampField: {
30
30
type: "string",
31
31
label: "Timestamp Field",
32
-
description: "The key of a timestamp field, such as 'created_at' that is set to the current timestamp when a document is created. Must be of type Timestamp.",
32
+
description: "The key of a timestamp field, such as 'created_at' that is set to the current timestamp when a document is created.",
0 commit comments