nestjs-paginate 2.5.3 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,7 @@ Pagination and filtering helper method for TypeORM repositories or query builder
14
14
  - Sort by multiple columns
15
15
  - Search across columns
16
16
  - Filter using operators (`$eq`, `$not`, `$null`, `$in`, `$gt`, `$gte`, `$lt`, `$lte`, `$btw`)
17
+ - Include relations
17
18
 
18
19
  ## Installation
19
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-paginate",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "author": "Philipp Petzold <ppetzold@protonmail.com>",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",