command-line-interface
Advanced tools
Comparing version 4.0.19 to 4.0.20
@@ -0,1 +1,8 @@ | ||
## [4.0.20](https://github.com/thenativeweb/command-line-interface/compare/4.0.19...4.0.20) (2021-08-09) | ||
### Bug Fixes | ||
* bump @types/command-line-args from 5.0.1 to 5.2.0 ([#389](https://github.com/thenativeweb/command-line-interface/issues/389)) ([d9f67fd](https://github.com/thenativeweb/command-line-interface/commit/d9f67fd554624c55c359f7963c66050c38a4f686)) | ||
## [4.0.19](https://github.com/thenativeweb/command-line-interface/compare/4.0.18...4.0.19) (2021-08-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "command-line-interface", | ||
"version": "4.0.19", | ||
"version": "4.0.20", | ||
"description": "command-line-interface is a foundation for CLI applications.", | ||
@@ -26,3 +26,3 @@ "contributors": [ | ||
"dependencies": { | ||
"@types/command-line-args": "5.0.1", | ||
"@types/command-line-args": "5.2.0", | ||
"@types/command-line-commands": "2.0.1", | ||
@@ -40,3 +40,3 @@ "@types/command-line-usage": "5.0.2", | ||
"@types/sinon": "10.0.2", | ||
"assertthat": "6.3.9", | ||
"assertthat": "6.3.11", | ||
"record-stdstreams": "3.0.67", | ||
@@ -43,0 +43,0 @@ "roboter": "11.7.8", |
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
87995
+ Added@types/command-line-args@5.2.0(transitive)
- Removed@types/command-line-args@5.0.1(transitive)