fix(package): Add package exports entry and remove legacy main/typings fields

This commit is contained in:
2025-11-28 09:37:32 +00:00
parent 12f1630adf
commit 8ee45c5646
3 changed files with 11 additions and 3 deletions

View File

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