mongoose-paginate-v2
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -59,3 +59,3 @@ /** | ||
const count = this.countDocuments(query).exec(); | ||
const count = this.estimatedDocumentCount(query).exec(); | ||
@@ -159,2 +159,2 @@ const model = this.find(query); | ||
module.exports.paginate = paginate; | ||
module.exports.paginate = paginate; |
{ | ||
"name": "mongoose-paginate-v2", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "A cursor based custom pagination library for Mongoose with customizable labels.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
24089
283