fix(core): update

This commit is contained in:
Philipp Kunz 2024-06-18 20:11:40 +02:00
parent 21d8d3dc32
commit 7ec39e397e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -76,7 +76,7 @@ export const convertFilterForMongoDb = (filterArg: { [key: string]: any }) => {
return convertedFilter;
};
export class SmartDataDbDoc<T extends TImplements, TImplements, TManager extends IManager = any> {
export class SmartDataDbDoc<T extends TImplements, TImplements, TManager = any> {
/**
* the collection object an Doc belongs to
*/