Comparing version 12.0.0 to 12.0.1
{ | ||
"name": "yargs", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "yargs the modern, pirate-themed, successor to optimist.", | ||
@@ -16,4 +16,4 @@ "main": "./index.js", | ||
"cliui": "^4.0.0", | ||
"decamelize": "^1.1.1", | ||
"find-up": "^2.1.0", | ||
"decamelize": "^2.0.0", | ||
"find-up": "^3.0.0", | ||
"get-caller-file": "^1.0.1", | ||
@@ -27,3 +27,3 @@ "os-locale": "^2.0.0", | ||
"y18n": "^3.2.1 || ^4.0.0", | ||
"yargs-parser": "^10.0.0" | ||
"yargs-parser": "^10.1.0" | ||
}, | ||
@@ -73,4 +73,4 @@ "devDependencies": { | ||
"engine": { | ||
"node": ">=4" | ||
"node": ">=6" | ||
} | ||
} |
@@ -33,2 +33,3 @@ <p align="center"> | ||
Stable version: | ||
```bash | ||
@@ -38,2 +39,7 @@ npm i yargs --save | ||
Bleeding edge version with the most recent features: | ||
```bash | ||
npm i yargs@next --save | ||
``` | ||
## Usage : | ||
@@ -40,0 +46,0 @@ |
Sorry, the diff of this file is too big to display
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
215389
126
+ Addeddecamelize@2.0.0(transitive)
+ Addedfind-up@3.0.0(transitive)
+ Addedlocate-path@3.0.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@3.0.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedxregexp@4.0.0(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
Updateddecamelize@^2.0.0
Updatedfind-up@^3.0.0
Updatedyargs-parser@^10.1.0