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