fix(saveableProperties): fix issue where _createdAt and _updatedAt registered saveableProperties for all document types

This commit is contained in:
2024-05-31 18:39:33 +02:00
parent d27dafba2b
commit bda9ac8a07
2 changed files with 29 additions and 14 deletions

View File

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