fix(collection): improve index creation resilience and add collection integrity checks

This commit is contained in:
2026-04-05 02:49:28 +00:00
parent 54fa433d1a
commit abf84359b4
4 changed files with 196 additions and 15 deletions

View File

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