@twreporter/errors
Advanced tools
Comparing version 1.1.1 to 1.1.2-rc.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.2-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/errors@1.1.1...@twreporter/errors@1.1.2-rc.0) (2022-12-01) | ||
### Bug Fixes | ||
* **errors:** unexpected error occurs while executing `printOne` ([3efe274](https://github.com/twreporter/twreporter-npm-packages/commit/3efe274696e29b40cacbaacacb7b0bc678cf671d)) | ||
## [1.1.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/errors@1.1.1-rc.0...@twreporter/errors@1.1.1) (2021-10-12) | ||
@@ -8,0 +19,0 @@ |
@@ -13,3 +13,3 @@ "use strict"; | ||
function trimLinesFromTheBottom(string, trimmedCount) { | ||
if (!trimmedCount || !string) return string; | ||
if (!trimmedCount || !string) return string !== null && string !== void 0 ? string : ''; | ||
var array = string.split(/\r?\n|\r/); | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "@twreporter/errors", | ||
"version": "1.1.1", | ||
"version": "1.1.2-rc.0", | ||
"main": "lib/index.js", | ||
@@ -23,3 +23,3 @@ "repository": "https://github.com/twreporter/twreporter-npm-packages.git", | ||
}, | ||
"gitHead": "b482beff13f1826cc6698022aff715194d6a4b4f" | ||
"gitHead": "e469a1c84947025698acff6ef8aab5339ec4756a" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
28821
2