feat(core): Add cwd option and child-process execution for custom working directory; implement signal-forwarding child runner; update docs and bump package version to 1.4.0

This commit is contained in:
2025-10-16 20:49:03 +00:00
parent e9ae00f5e9
commit 7fb2389e3a
5 changed files with 114 additions and 5 deletions

View File

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