feat(search): Improve search query handling and update documentation

This commit is contained in:
2025-04-22 20:34:23 +00:00
parent ccd4b9e1ec
commit 490524516e
5 changed files with 149 additions and 1 deletions

View File

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