feat(SmartDataDbDoc): add static .getCount({}) method

This commit is contained in:
2024-04-15 18:34:13 +02:00
parent 5a2cc2406c
commit 552b344914
4 changed files with 24 additions and 2 deletions

View File

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