feat(indexing): Add support for regular index creation in documents and collections

This commit is contained in:
2025-04-07 16:47:16 +00:00
parent 0d2dcec3e2
commit ed1eecbab8
4 changed files with 81 additions and 4 deletions

View File

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