fix(smartdata.classes.doc): Fixed issue with convertFilterForMongoDb to handle array operators.

This commit is contained in:
2024-09-05 15:06:35 +02:00
parent b3e30a8711
commit ea0d2bb251
3 changed files with 12 additions and 2 deletions

View File

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