@npmcli/promise-spawn
Advanced tools
+5
-5
| { | ||
| "name": "@npmcli/promise-spawn", | ||
| "version": "9.0.1", | ||
| "version": "10.0.0", | ||
| "files": [ | ||
@@ -36,3 +36,3 @@ "bin/", | ||
| "@npmcli/eslint-config": "^6.0.0", | ||
| "@npmcli/template-oss": "4.28.0", | ||
| "@npmcli/template-oss": "5.1.0", | ||
| "spawk": "^1.7.1", | ||
@@ -42,12 +42,12 @@ "tap": "^16.0.1" | ||
| "engines": { | ||
| "node": "^20.17.0 || >=22.9.0" | ||
| "node": "^22.22.2 || ^24.15.0 || >=26.0.0" | ||
| }, | ||
| "templateOSS": { | ||
| "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
| "version": "4.28.0", | ||
| "version": "5.1.0", | ||
| "publish": true | ||
| }, | ||
| "dependencies": { | ||
| "which": "^6.0.0" | ||
| "which": "^7.0.0" | ||
| } | ||
| } |
+1
-2
@@ -55,4 +55,3 @@ # @npmcli/promise-spawn | ||
| - `cwd` String, default `process.cwd()`. Current working directory for | ||
| running the script. Also the argument to `infer-owner` to determine | ||
| effective uid/gid when run as root on Unix systems. | ||
| running the script. | ||
| - `shell` Boolean or String. If false, no shell is used during spawn. If true, | ||
@@ -59,0 +58,0 @@ the system default shell is used. If a String, that specific shell is used. |
12655
-0.72%79
-1.25%+ Added
- Removed
Updated