fix(classes.doc.ts): Ensure collection initialization before creating a cursor in getCursorExtended

This commit is contained in:
2025-04-14 18:13:10 +00:00
parent c430627a21
commit de8736e99e
3 changed files with 8 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdata',
version: '5.8.1',
version: '5.8.2',
description: 'An advanced library for NoSQL data organization and manipulation using TypeScript with support for MongoDB, data validation, collections, and custom data types.'
}