feat(exports): expose mod_custom, mod_output and interfaces from entry; make processSingleBundle public

This commit is contained in:
2026-02-24 19:00:42 +00:00
parent 8f129527d9
commit 3a53fffe3d
4 changed files with 12 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbundle',
version: '2.8.4',
version: '2.9.0',
description: 'a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects'
}