Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
feat(sessions): export all sessions types on the top level
Browse files Browse the repository at this point in the history
NODE-1088
  • Loading branch information
mbroadst committed Oct 6, 2017
1 parent 7337d91 commit 35265b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -23,6 +23,7 @@ module.exports = {
Logger: require('./lib/connection/logger'),
Cursor: require('./lib/cursor'),
ReadPreference: require('./lib/topologies/read_preference'),
Sessions: require('./lib/sessions'),
BSON: BSON,
// Raw operations
Query: require('./lib/connection/commands').Query,
Expand All @@ -33,3 +34,4 @@ module.exports = {
GSSAPI: require('./lib/auth/gssapi'),
ScramSHA1: require('./lib/auth/scram')
};

0 comments on commit 35265b3

Please sign in to comment.