Skip to content

Commit

Permalink
chore: update mongo-objectid + exposed it (#16)
Browse files Browse the repository at this point in the history
* chore: updated mongo-objectid to 1.2.0

* feat: exposed ObjectID

* test: added exposition test

* chore: updated mongo-objectid to 1.2.1

* chore: bump dependencies to latest

fix security issue.
  • Loading branch information
Alex-Werner committed May 15, 2020
1 parent 2e3bd61 commit dd9b6b4
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 345 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const SBTree = require('./src/types/SBTree/SBTree');
const adapters = require('./src/adapters/index');
const ObjectID = require('mongo-objectid')
const utils = require('./src/utils/index');
module.exports = {SBTree, adapters};
module.exports = {SBTree, ObjectID, adapters};
Loading

0 comments on commit dd9b6b4

Please sign in to comment.