fix(smartdata.classes.doc): Fix issue with array handling in convertFilterForMongoDb function

This commit is contained in:
2024-09-05 15:28:52 +02:00
parent 4c2477c269
commit 0105aa2a18
3 changed files with 7 additions and 2 deletions

View File

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