-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 0.0.1
-
Component/s: None
-
None
The options package currently lives in mongo/options, even though we don't want users to be using these types directly and want them to use the top level mongo functions. Moving this package into private would also make the dependency chain between mongo and private one way, with mongo depending on private and nothing in private depending on mongo. This will help ensure that we do not have dependency chains.