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

@@ -1,6 +1,6 @@
{
"name": "@git.zone/tsrun",
"version": "1.3.4",
"version": "1.4.0",
"description": "run typescript programs efficiently",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",