Comparing version 5.4.10 to 5.5.0
@@ -0,1 +1,13 @@ | ||
# [5.5.0](https://github.com/oclif/cli-ux/compare/v5.4.10...v5.5.0) (2020-08-28) | ||
### Features | ||
* support multiple filter flags for table ([#156](https://github.com/oclif/cli-ux/issues/156)) ([057c852](https://github.com/oclif/cli-ux/commit/057c8520f0ce89cc640358b12c36e53be170d6db)) | ||
### Reverts | ||
* Revert "feat: support multiple filter flags for table (#156)" (#231) ([c008a42](https://github.com/oclif/cli-ux/commit/c008a4216a870ba6a1195e164ae129f83e3133b1)), closes [#156](https://github.com/oclif/cli-ux/issues/156) [#231](https://github.com/oclif/cli-ux/issues/231) | ||
## [5.4.10](https://github.com/oclif/cli-ux/compare/v5.4.9...v5.4.10) (2020-08-07) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "cli-ux", | ||
"description": "cli IO utilities", | ||
"version": "5.4.10", | ||
"version": "5.5.0", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -51,3 +51,3 @@ "bugs": "https://github.com/oclif/cli-ux/issues", | ||
"@types/supports-color": "^5.3.0", | ||
"axios": "^0.19.0", | ||
"axios": "^0.20.0", | ||
"chai": "^4.2.0", | ||
@@ -60,3 +60,3 @@ "chai-as-promised": "^7.1.1", | ||
"mocha": "^5.2.0", | ||
"ts-node": "^8.0.3", | ||
"ts-node": "^9.0.0", | ||
"typescript": "3.8.3" | ||
@@ -63,0 +63,0 @@ }, |
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
95342