Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,4 @@ The nightly build is not suitable for production use.

© 2012-present MongoDB [Contributors](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTORS.md) \
© 2009-2012 Christian Amor Kvalheim

1 change: 1 addition & 0 deletions src/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,4 @@ export class Admin {
return await this.command({ replSetGetStatus: 1 }, options);
}
}

1 change: 1 addition & 0 deletions src/change_stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const CHANGE_STREAM_OPTIONS = [
'showExpandedEvents'
] as const;


const CHANGE_DOMAIN_TYPES = {
COLLECTION: Symbol('Collection'),
DATABASE: Symbol('Database'),
Expand Down