fix(build): Update build tooling and TypeScript compilation target

This commit is contained in:
2025-11-27 23:07:58 +00:00
parent aead721a58
commit 4f1d359752
5 changed files with 99 additions and 558 deletions

View File

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