fix(smartdata.classes.doc): Fix key handling in convertFilterForMongoDb function

This commit is contained in:
2024-09-05 13:45:55 +02:00
parent 117c257a27
commit 64621dd38f
3 changed files with 7 additions and 3 deletions

View File

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