8.0.0-beta.6 (2021-10-19)
Style
- MongoInstance: add more tsdoc (36c1971)
Fixes
- add "@types/mongodb" to dependencies, because of exposing a mongodb type (6346922), closes #558
- MongoMemoryServer: change that "instance.auth" is not required to be set for enabling auth (4e4a41d)
- MongoMemoryServer: change to log value "createAuth" (9c3fea0)
- resolveConfig: fix debug enable (aff6838)
- resolveConfig::findPackageJson: actually apply processing to path options (25c4119), closes #548