feat(core): Add spawnPath child-process API with timeout/abort/terminate support, export native types, and expand README

This commit is contained in:
2025-10-17 06:15:33 +00:00
parent 528a56c358
commit 9b5668eccb
5 changed files with 476 additions and 9 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsrun',
version: '1.5.0',
version: '1.6.0',
description: 'run typescript programs efficiently'
}