fix(readme): Improve readme documentation on data models and connection management

This commit is contained in:
2025-04-17 11:21:35 +00:00
parent 9755522bba
commit 0be279e5f5
3 changed files with 14 additions and 10 deletions

View File

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