fix(mod_output): wrap long base64 file contents and format generated TypeScript output to avoid extremely long lines

This commit is contained in:
2026-01-12 00:57:34 +00:00
parent 41091f1bee
commit 201f8aca38
3 changed files with 32 additions and 3 deletions

View File

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