mongodb-paginate
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -94,4 +94,2 @@ "use strict"; | ||
let aggregateResult; | ||
console.log({ mongodb }); | ||
console.log({ a: collection instanceof mongodb.Collection }); | ||
if (typeof collection === "string") { | ||
@@ -98,0 +96,0 @@ let db = yield mongopool_1.default.getDB(); |
{ | ||
"name": "mongodb-paginate", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "mongodb aggregation with pagination library for efficient and fast aggregations", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
35382
481