fix(_createdAt/_updatedAt): fields are now ISO format

This commit is contained in:
2024-04-15 14:26:21 +02:00
parent 162265f353
commit 73a11370b6
2 changed files with 4 additions and 4 deletions

View File

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