fix(fs): replace execSync and fsync workarounds with atomic async FsHelpers operations to avoid XFS races and shell dependencies

This commit is contained in:
2026-03-05 14:01:00 +00:00
parent 4f8443d33f
commit 49d62e20a4
4 changed files with 24 additions and 48 deletions

View File

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