This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [13.0.0](v12.2.0...v13.0.0) (2023-01-20) ### Bug Fixes * instrument jest tests with transformers ([de5e92f](de5e92f)) ### Features * allow query hook config to be null ([c5eeae7](c5eeae7)) * programs are directly spawned by default ([0f5bbcf](0f5bbcf)) * tokenize every commands ([637cbab](637cbab)), closes [/github.com/nodejs/node/blob/e58ed6d855e1af6579aaa50471426db8881eea99/lib/child_process.js#L619](https://github.com//github.com/nodejs/node/blob/e58ed6d855e1af6579aaa50471426db8881eea99/lib/child_process.js/issues/L619) * use where.exe to locate missing exec on windows ([facd76d](facd76d)) ### BREAKING CHANGES * By default, programs are no longer spawned inside a shell. Rather, they are directly spawned with a system call.
- Loading branch information