@tepez/mongo-cursor-pagination 9.0.0 → 9.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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -39,7 +39,7 @@ declare module '@tepez/mongo-cursor-pagination' {
39
39
  name?: string;
40
40
  }
41
41
 
42
- export interface IPaginateOptions<T extends Document<T>> {
42
+ export interface IPaginateOptions<T extends Document> {
43
43
  /**
44
44
  * The find query
45
45
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tepez/mongo-cursor-pagination",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "Make it easy to return cursor-paginated results from a Mongo collection",
5
5
  "main": "index.js",
6
6
  "files": [