fix(diagnostics): add diagnostic logging around compilation and unpack to aid troubleshooting

This commit is contained in:
2026-03-05 11:59:18 +00:00
parent 3b8ebd41f4
commit 52e1a25948
4 changed files with 49 additions and 2 deletions

View File

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