@thi.ng/compare
Advanced tools
Comparing version 1.3.15 to 1.3.16
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.3.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.3.15...@thi.ng/compare@1.3.16) (2020-09-13) | ||
**Note:** Version bump only for package @thi.ng/compare | ||
## [1.3.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.3.14...@thi.ng/compare@1.3.15) (2020-08-28) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,2 @@ | ||
import type { FnN2 } from "@thi.ng/api"; | ||
/** | ||
@@ -7,3 +8,3 @@ * Numeric comparator (ascending order) | ||
*/ | ||
export declare const compareNumAsc: (a: number, b: number) => number; | ||
export declare const compareNumAsc: FnN2; | ||
/** | ||
@@ -15,3 +16,3 @@ * Numeric comparator (descending order) | ||
*/ | ||
export declare const compareNumDesc: (a: number, b: number) => number; | ||
export declare const compareNumDesc: FnN2; | ||
//# sourceMappingURL=numeric.d.ts.map |
{ | ||
"name": "@thi.ng/compare", | ||
"version": "1.3.15", | ||
"version": "1.3.16", | ||
"description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", | ||
@@ -34,3 +34,3 @@ "module": "./index.js", | ||
"cover": "nyc mocha test && nyc report --reporter=lcov", | ||
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib", | ||
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
@@ -53,3 +53,3 @@ "doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.12.3" | ||
"@thi.ng/api": "^6.13.0" | ||
}, | ||
@@ -63,3 +63,4 @@ "files": [ | ||
"comparator", | ||
"ES6", | ||
"es6", | ||
"sort", | ||
"typescript" | ||
@@ -71,3 +72,3 @@ ], | ||
"sideEffects": false, | ||
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a" | ||
"gitHead": "83a0206aae59aa1b1b4bcb01c2b34bbe3db4844c" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Comparator } from "@thi.ng/api"; | ||
import type { Comparator } from "@thi.ng/api"; | ||
/** | ||
@@ -3,0 +3,0 @@ * HOF comparator. Returns new comparator with reversed order of given |
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
37042
235
Updated@thi.ng/api@^6.13.0