fix(collection): improve duplicate key error reporting on insert

This commit is contained in:
2026-04-05 04:23:55 +00:00
parent afd79cfabc
commit fa60f625e9
3 changed files with 24 additions and 3 deletions

View File

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