feat(packaging): add package exports entry, include ts/dist_ts in package files, and add TS barrel index re-exports

This commit is contained in:
2026-02-11 16:06:34 +00:00
parent 96b4ccb7d3
commit 0515d2ae46
4 changed files with 16 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmta',
version: '5.1.3',
version: '5.2.0',
description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
}

3
ts/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export * from './00_commitinfo_data.js';
export * from './mail/index.js';
export * from './security/index.js';