Comparing version 1.2.2 to 1.3.0
{ | ||
"name": "zx", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "A tool for writing better scripts", | ||
@@ -10,2 +10,5 @@ "main": "index.mjs", | ||
}, | ||
"engines": { | ||
"node": ">= 14.8.0" | ||
}, | ||
"scripts": { | ||
@@ -18,3 +21,4 @@ "test": "node zx.mjs test.mjs" | ||
"shq": "^1.0.2", | ||
"uuid": "^8.3.2" | ||
"uuid": "^8.3.2", | ||
"which": "^2.0.2" | ||
}, | ||
@@ -21,0 +25,0 @@ "publishConfig": { |
@@ -143,3 +143,3 @@ # 🐚 zx | ||
The [chalk](https://www.npmjs.com/package/chalk) package available without | ||
The [chalk](https://www.npmjs.com/package/chalk) package is available without | ||
importing inside scripts. | ||
@@ -153,3 +153,3 @@ | ||
The [fs](https://nodejs.org/api/fs.html) package available without importing | ||
The [fs](https://nodejs.org/api/fs.html) package is available without importing | ||
inside scripts. | ||
@@ -169,3 +169,3 @@ | ||
The [os](https://nodejs.org/api/os.html) package available without importing | ||
The [os](https://nodejs.org/api/os.html) package is available without importing | ||
inside scripts. | ||
@@ -187,9 +187,12 @@ | ||
Specifies command what will be added to all command. Default is | ||
`set -euo pipefail;`. | ||
Specifies command what will be added to all command. | ||
Default is `set -euo pipefail;`. | ||
### `$.quote` | ||
Specifies a function what will be used for escaping special characters in | ||
command substitution. Default is [shq](https://www.npmjs.com/package/shq) | ||
command substitution. | ||
Default is [shq](https://www.npmjs.com/package/shq) | ||
package. | ||
@@ -196,0 +199,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26327
339
233
5
+ Addedwhich@^2.0.2
+ Addedisexe@2.0.0(transitive)
+ Addedwhich@2.0.2(transitive)