@bluelovers/string-natural-compare
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -6,2 +6,12 @@ # Change Log | ||
## [2.0.9](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.8...@bluelovers/string-natural-compare@2.0.9) (2022-09-26) | ||
### 🔖 Miscellaneous | ||
* . ([c7f24df](https://github.com/bluelovers/ws-array/commit/c7f24dffc867f36fdb75f618fb3bebee05fa645c)) | ||
## [2.0.8](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.7...@bluelovers/string-natural-compare@2.0.8) (2022-09-26) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@bluelovers/string-natural-compare", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm", | ||
@@ -43,2 +43,3 @@ "keywords": [ | ||
"test:snapshot": "yarn run test -- -u", | ||
"test:tsd": "ynpx tsd", | ||
"posttest": "yarn run build", | ||
@@ -62,4 +63,3 @@ "build": "yarn run build:tsdx && yarn run build:dts", | ||
"dependencies": { | ||
"string-natural-compare": "^3.0.1", | ||
"tslib": "^2" | ||
"string-natural-compare": "^3.0.1" | ||
}, | ||
@@ -70,3 +70,3 @@ "packageManager": "yarn@^1.22.11", | ||
}, | ||
"gitHead": "1847cf5e4d64c410da4934e8c7bc2de2f2df0960" | ||
"gitHead": "fcebb3831d3a25e50d06481d9d4e9a56b3d3036d" | ||
} |
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
32184
1
- Removedtslib@^2
- Removedtslib@2.8.1(transitive)