fix(mod_unpack): flatten nested output directory without temporary rename steps to avoid race conditions

This commit is contained in:
2026-03-05 14:26:29 +00:00
parent d1ef48560d
commit dd81d65958
4 changed files with 36 additions and 44 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbuild',
version: '4.1.14',
version: '4.1.15',
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
}