@bluelovers/string-natural-compare
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -6,2 +6,12 @@ # Change Log | ||
## [2.0.12](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.11...@bluelovers/string-natural-compare@2.0.12) (2024-03-09) | ||
### ♻️ Chores | ||
* sort ([3b86037](https://github.com/bluelovers/ws-array/commit/3b86037ba0ce9055b542950bc38a1729b71db770)) | ||
## [2.0.11](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.10...@bluelovers/string-natural-compare@2.0.11) (2022-10-14) | ||
@@ -8,0 +18,0 @@ |
@@ -25,3 +25,3 @@ import { IOptions as IOptionsStringNaturalCompare } from 'string-natural-compare2'; | ||
export { | ||
IOptions as IOptionsStringNaturalCompare, | ||
IOptionsStringNaturalCompare, | ||
compareCaseInsensitive as caseInsensitive, | ||
@@ -28,0 +28,0 @@ naturalCompare as default, |
{ | ||
"name": "@bluelovers/string-natural-compare", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm", | ||
@@ -23,4 +23,4 @@ "keywords": [ | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.esm.mjs", | ||
"require": "./dist/index.cjs" | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.esm.mjs" | ||
}, | ||
@@ -41,2 +41,3 @@ "./package.json": "./package.json" | ||
"test:jest": "jest --passWithNoTests", | ||
"test:jest:coverage": "yarn run test:jest -- --coverage", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
@@ -70,3 +71,3 @@ "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", | ||
}, | ||
"gitHead": "7b52de45e7022cc53fa1411f639b598b824b2cdc" | ||
"gitHead": "77defbf96f2631c5d5df602f053c29352ac60786" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
37516
311