SoftwareBrothers / adminjs-mongoose

Mongoose adapter for AdminJS
MIT License
14 stars 39 forks source link

chore: mark `mongoose@8` as unsupported #109

Closed alecgibson closed 11 months ago

alecgibson commented 11 months ago

This library doesn't work with mongoose@8. At the very least, mongoose@8 drops support for .count(), which this library still uses.

As a quick note to other developers, this change updates the peer dependency requirement to not include mongoose@8.