fix(unpack): use atomic renames to flatten nested output and make unpacking more reliable

This commit is contained in:
2026-03-05 13:15:07 +00:00
parent b38a8236da
commit 01b2cfe69c
4 changed files with 53 additions and 43 deletions

View File

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