fix(config): migrate configuration loading and init output from npmextra.json to smartconfig.json

This commit is contained in:
2026-03-24 15:06:01 +00:00
parent 5a5f6c6944
commit cb5d827420
7 changed files with 48 additions and 41 deletions

View File

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