@bluelovers/string-natural-compare
Advanced tools
Comparing version 2.0.3 to 2.0.5
@@ -6,2 +6,24 @@ # Change Log | ||
## [2.0.5](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.4...@bluelovers/string-natural-compare@2.0.5) (2021-11-27) | ||
### 🐛 Bug Fixes | ||
* **build:** `--export-referenced-types` can't be set false ([3041fd2](https://github.com/bluelovers/ws-array/commit/3041fd20f3d144da0be68e89364f069576661ed5)) | ||
## [2.0.4](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.3...@bluelovers/string-natural-compare@2.0.4) (2021-11-27) | ||
### 🔖 Miscellaneous | ||
* . ([fa2f19c](https://github.com/bluelovers/ws-array/commit/fa2f19c32ec97906ae387b9bf1c4c56f8d6d4a04)) | ||
## [2.0.3](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.1...@bluelovers/string-natural-compare@2.0.3) (2021-11-24) | ||
@@ -8,0 +30,0 @@ |
@@ -40,3 +40,3 @@ /** | ||
export declare const compareCaseInsensitive: (a: string | number, b: string | number) => number; | ||
naturalCompare; | ||
export default naturalCompare; | ||
@@ -43,0 +43,0 @@ export { |
{ | ||
"name": "@bluelovers/string-natural-compare", | ||
"version": "2.0.3", | ||
"version": "2.0.5", | ||
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm", | ||
@@ -27,3 +27,3 @@ "homepage": "https://github.com/bluelovers/ws-array/tree/master/packages/string-natural-compare#readme", | ||
"build": "yarn run build:tsdx && yarn run build:dts", | ||
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --external-inlines ts-type --export-referenced-types false & echo build:dts", | ||
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --external-inlines ts-type & echo build:dts", | ||
"build:tsdx": "tsdx build --target node --name index", | ||
@@ -50,3 +50,3 @@ "preversion": "echo preversion && yarn run test", | ||
}, | ||
"gitHead": "1b8d6596d1d89a36947fed7d1493e6deda7acd8c" | ||
"gitHead": "2da633be703855f231a5ed17974786e658c299af" | ||
} |
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
20936