fix(plugins): Export child_process.spawn from plugins and use plugins.spawn in spawnPath to remove direct require and unify process spawning
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-10-17 - 1.6.1 - fix(plugins)
|
||||
Export child_process.spawn from plugins and use plugins.spawn in spawnPath to remove direct require and unify process spawning
|
||||
|
||||
- Exported spawn from ts/plugins.ts so native child_process.spawn is available via the plugins module
|
||||
- Removed require('child_process') from ts/index.ts and switched to plugins.spawn when spawning child processes in spawnPath
|
||||
- No public API changes; this unifies internal imports and fixes inconsistent spawn usage that could cause runtime issues
|
||||
|
||||
## 2025-10-17 - 1.6.0 - feat(core)
|
||||
Add spawnPath child-process API with timeout/abort/terminate support, export native types, and expand README
|
||||
|
||||
|
Reference in New Issue
Block a user