fix(classes): Add Deno compatibility, prototype-safe decorators and safe collection accessor; bump a few deps

This commit is contained in:
2025-11-17 04:16:39 +00:00
parent 3b29a150a8
commit 7344ae2db3
10 changed files with 1980 additions and 1733 deletions

View File

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