fix(decorators): Add Symbol.metadata polyfill and import it at entry to ensure decorator metadata is available

This commit is contained in:
2025-11-28 09:16:52 +00:00
parent 23aa29a5b8
commit 0a349180b2
5 changed files with 22 additions and 6 deletions

View File

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