command-line-interface
Advanced tools
Comparing version 4.0.8 to 4.0.9
@@ -0,1 +1,8 @@ | ||
## [4.0.9](https://github.com/thenativeweb/command-line-interface/compare/4.0.8...4.0.9) (2021-06-10) | ||
### Bug Fixes | ||
* bump trim-newlines from 3.0.0 to 3.0.1 ([#358](https://github.com/thenativeweb/command-line-interface/issues/358)) ([992ee4b](https://github.com/thenativeweb/command-line-interface/commit/992ee4bcbc0de4612378b9f1524f7ded0b557d01)) | ||
## [4.0.8](https://github.com/thenativeweb/command-line-interface/compare/4.0.7...4.0.8) (2021-05-31) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "command-line-interface", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "command-line-interface is a foundation for CLI applications.", | ||
@@ -38,8 +38,8 @@ "contributors": [ | ||
"devDependencies": { | ||
"@types/sinon": "10.0.0", | ||
"assertthat": "6.3.0", | ||
"record-stdstreams": "3.0.56", | ||
"roboter": "11.6.48", | ||
"@types/sinon": "10.0.2", | ||
"assertthat": "6.3.2", | ||
"record-stdstreams": "3.0.57", | ||
"roboter": "11.7.3", | ||
"semantic-release-configuration": "2.0.1", | ||
"sinon": "10.0.1" | ||
"sinon": "11.1.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "repository": { |
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
84066