feat(config): normalize npmextra.json to namespaced keys and add CI/release configuration

This commit is contained in:
2026-02-26 17:01:37 +00:00
parent 9d779329e1
commit 3bbb78add8
3 changed files with 29 additions and 14 deletions

View File

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