@ionic/utils-terminal
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.3.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-terminal@2.3.0...@ionic/utils-terminal@2.3.1) (2020-09-29) | ||
### Bug Fixes | ||
* add signal-exit dependency in correct place ([178e5e5](https://github.com/ionic-team/ionic-cli/commit/178e5e51cdc3593e3d096a5197e1dc0e17292bbd)) | ||
# [2.3.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-terminal@2.2.1...@ionic/utils-terminal@2.3.0) (2020-09-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@ionic/utils-terminal", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Terminal utils for NodeJS", | ||
@@ -35,2 +35,3 @@ "main": "dist/index.js", | ||
"debug": "^4.0.0", | ||
"signal-exit": "^3.0.3", | ||
"slice-ansi": "^4.0.0", | ||
@@ -47,2 +48,3 @@ "string-width": "^4.1.0", | ||
"@types/node": "~10.17.13", | ||
"@types/signal-exit": "^3.0.0", | ||
"jest": "^26.4.2", | ||
@@ -55,3 +57,3 @@ "jest-cli": "^26.0.1", | ||
}, | ||
"gitHead": "172121cb759ca4010eca12cd173f37fa9d6d6d96" | ||
"gitHead": "85097593e45837e1a0bdef8f3e20a5f44f6cd1e6" | ||
} |
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
20665
8
10
+ Addedsignal-exit@^3.0.3
+ Addedsignal-exit@3.0.7(transitive)