mongoose-paginate-v2
Advanced tools
Comparing version 1.8.3 to 1.8.4
# Changelog | ||
## v1.8.4 | ||
[2024-09-26] | ||
* Fix for Inconsistent declaration of Query (#220) | ||
## v1.8.3 | ||
@@ -4,0 +8,0 @@ [2024-07-23] |
@@ -137,3 +137,4 @@ declare module 'mongoose' { | ||
} | ||
// @ts-expect-error overwriting of mongoose Query interface | ||
interface Query< | ||
@@ -140,0 +141,0 @@ ResultType, |
{ | ||
"name": "mongoose-paginate-v2", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "A custom pagination library for Mongoose with customizable labels.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
274885
2053