@feedmepos/zod-repo 1.0.9 → 1.0.10

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.
@@ -175,6 +175,8 @@ export class MongodbRepositoryForType<T extends Document> {
175
175
  opts?: {
176
176
  sort?: { field: string; direction: 1 | -1 };
177
177
  ignoreConvertFields?: boolean;
178
+ limit?: number;
179
+ skip?: number;
178
180
  },
179
181
  session?: ClientSession,
180
182
  ): Promise<T[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/zod-repo",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/feedmepos/core.git"