feat(SmartDataDbDoc): Add extended cursor method getCursorExtended for flexible cursor modifications

This commit is contained in:
2025-04-14 17:49:07 +00:00
parent 24371ccf78
commit ab251858ba
3 changed files with 21 additions and 1 deletions

View File

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