feat(svDb): Enhance svDb decorator to support custom serialization and deserialization options

This commit is contained in:
2025-04-24 11:08:19 +00:00
parent 2b8b0e5bdd
commit efc107907c
3 changed files with 46 additions and 5 deletions

View File

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