@markuplint/shared
Advanced tools
Comparing version 4.4.3 to 4.4.4
@@ -6,3 +6,3 @@ # Change Log | ||
## [4.4.3](https://github.com/markuplint/markuplint/compare/@markuplint/shared@4.4.2...@markuplint/shared@4.4.3) (2024-06-25) | ||
## [4.4.4](https://github.com/markuplint/markuplint/compare/@markuplint/shared@4.4.3...@markuplint/shared@4.4.4) (2024-09-02) | ||
@@ -15,2 +15,6 @@ **Note:** Version bump only for package @markuplint/shared | ||
## [4.4.3](https://github.com/markuplint/markuplint/compare/@markuplint/shared@4.4.2...@markuplint/shared@4.4.3) (2024-06-25) | ||
**Note:** Version bump only for package @markuplint/shared | ||
## [4.4.2](https://github.com/markuplint/markuplint/compare/@markuplint/shared@4.4.1...@markuplint/shared@4.4.2) (2024-06-09) | ||
@@ -17,0 +21,0 @@ |
@@ -13,3 +13,3 @@ import { decode as decodeHtmlEntities } from 'html-entities'; | ||
export function toNoEmptyStringArrayFromStringOrArray(value) { | ||
const array = typeof value === 'string' ? [value] : value ?? []; | ||
const array = typeof value === 'string' ? [value] : (value ?? []); | ||
return array.filter(noEmptyFilter); | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "@markuplint/shared", | ||
"version": "4.4.3", | ||
"version": "4.4.4", | ||
"description": "Shared functions for Markuplint", | ||
@@ -29,3 +29,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9" | ||
"gitHead": "77cd5a25d5cf28c83253b7bfe02cd25b54e236b0" | ||
} |
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
12837