fix(classes.collection): Fix closure bug in Collection decorator by defining collection getter on original constructor and prototype

This commit is contained in:
2025-11-28 11:02:39 +00:00
parent bf4b11f1f5
commit f6cc07880a
3 changed files with 21 additions and 1 deletions

View File

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