@maioradv/nestjs-core 1.8.1 → 1.8.2

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.
@@ -8,7 +8,5 @@ export default class CursorQueryDto {
8
8
  get skip(): number;
9
9
  get take(): number;
10
10
  get order(): Record<string, any>;
11
- get cursor(): {
12
- [x: string]: number;
13
- };
11
+ get cursor(): any;
14
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maioradv/nestjs-core",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "NestJS helpers by MaiorADV",
5
5
  "repository": "https://github.com/maioradv/nestjs-core.git",
6
6
  "author": "Maior ADV Srl",