nestjs-paginate 4.2.0 → 4.2.1

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -162,7 +162,7 @@ const paginateConfig: PaginateConfig<CatEntity> {
162
162
  * Default: 'last'
163
163
  * Description: Define whether to put null values at the beginning or end of the result set.
164
164
  */
165
- nullSort: 'last,
165
+ nullSort: 'last',
166
166
 
167
167
  /**
168
168
  * Required: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-paginate",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "author": "Philipp Petzold <ppetzold@protonmail.com>",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",