@bluelovers/string-natural-compare
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -6,2 +6,17 @@ # Change Log | ||
## [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) | ||
### 🛠 Build System | ||
* update build ([61a9611](https://github.com/bluelovers/ws-array/commit/61a9611a37b94abeaf48adb4b296c9e39560d494)) | ||
### ♻️ Chores | ||
* update metadata ([70abe28](https://github.com/bluelovers/ws-array/commit/70abe28fffd0462a7627ad5709c5edf0bb07096d)) | ||
## [2.0.7](https://github.com/bluelovers/ws-array/compare/@bluelovers/string-natural-compare@2.0.6...@bluelovers/string-natural-compare@2.0.7) (2022-06-01) | ||
@@ -8,0 +23,0 @@ |
@@ -40,8 +40,8 @@ /** | ||
export declare const compareCaseInsensitive: (a: string | number, b: string | number) => number; | ||
export default naturalCompare; | ||
export { | ||
compareCaseInsensitive as caseInsensitive, | ||
naturalCompare as default, | ||
}; | ||
export {}; |
{ | ||
"name": "@bluelovers/string-natural-compare", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Compare alphanumeric strings the same way a human would, using a natural order algorithm", | ||
@@ -15,3 +15,4 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/bluelovers/ws-array.git" | ||
"url": "git+https://github.com/bluelovers/ws-array.git", | ||
"directory": "packages/string-natural-compare" | ||
}, | ||
@@ -25,3 +26,4 @@ "license": "ISC", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -40,3 +42,5 @@ "main": "dist/index.cjs", | ||
"test:jest": "jest --passWithNoTests", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", | ||
"test:snapshot": "yarn run test -- -u", | ||
"posttest": "yarn run build", | ||
@@ -63,7 +67,7 @@ "build": "yarn run build:tsdx && yarn run build:dts", | ||
}, | ||
"packageManager": "yarn@^1.22.11", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "535421695fc1870573d5ab43d399d71ca344310e", | ||
"packageManager": "yarn@^1.22.11" | ||
"gitHead": "1847cf5e4d64c410da4934e8c7bc2de2f2df0960" | ||
} |
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
31883