@untool/yargs
Advanced tools
Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5
@@ -6,2 +6,18 @@ # Change Log | ||
# [2.0.0-alpha.5](https://github.com/untool/untool/compare/v1.10.1...v2.0.0-alpha.5) (2019-12-06) | ||
### chore | ||
* **yargs:** bump minimum required node version ([657443b](https://github.com/untool/untool/commit/657443bc46ae93b7994fef7958a01b9566243c33)) | ||
### BREAKING CHANGES | ||
* **yargs:** Untool drops support for Node v8 & non-LTS versions | ||
# [2.0.0-alpha.4](https://github.com/untool/untool/compare/v1.10.1...v2.0.0-alpha.4) (2019-10-24) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@untool/yargs", | ||
"version": "2.0.0-alpha.4", | ||
"version": "2.0.0-alpha.5", | ||
"description": "untool yargs mixin", | ||
@@ -22,3 +22,3 @@ "bin": { | ||
"dependencies": { | ||
"@untool/core": "^2.0.0-alpha.4", | ||
"@untool/core": "^2.0.0-alpha.5", | ||
"is-plain-obj": "^2.0.0", | ||
@@ -29,5 +29,5 @@ "mixinable": "^4.0.0", | ||
"engines": { | ||
"node": ">8.6.0" | ||
"node": "^10.13 || ^12.13" | ||
}, | ||
"gitHead": "eebc0b13d754a45aee7344a8f08936c839851b30" | ||
"gitHead": "1e02b93e4ee6e79d60759edc5891599ddb9bd9ea" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
25287
1
Updated@untool/core@^2.0.0-alpha.5