@thi.ng/compare
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.1.0...@thi.ng/compare@1.1.1) (2020-01-24) | ||
**Note:** Version bump only for package @thi.ng/compare | ||
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.0.10...@thi.ng/compare@1.1.0) (2019-11-30) | ||
@@ -8,0 +16,0 @@ |
@@ -5,4 +5,4 @@ export declare const compare: (a: any, b: any) => number; | ||
* | ||
* @param a | ||
* @param b | ||
* @param a - | ||
* @param b - | ||
*/ | ||
@@ -13,5 +13,6 @@ export declare const compareNumAsc: (a: number, b: number) => number; | ||
* | ||
* @param a | ||
* @param b | ||
* @param a - | ||
* @param b - | ||
*/ | ||
export declare const compareNumDesc: (a: number, b: number) => number; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -22,4 +22,4 @@ export const compare = (a, b) => { | ||
* | ||
* @param a | ||
* @param b | ||
* @param a - | ||
* @param b - | ||
*/ | ||
@@ -30,5 +30,5 @@ export const compareNumAsc = (a, b) => a - b; | ||
* | ||
* @param a | ||
* @param b | ||
* @param a - | ||
* @param b - | ||
*/ | ||
export const compareNumDesc = (a, b) => b - a; |
{ | ||
"name": "@thi.ng/compare", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", | ||
@@ -26,13 +26,15 @@ "module": "./index.js", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose", | ||
"pub": "yarn build:release && yarn publish --access public" | ||
}, | ||
"devDependencies": { | ||
"@istanbuljs/nyc-config-typescript": "^0.1.3", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^12.12.11", | ||
"mocha": "^6.2.2", | ||
"nyc": "^14.0.0", | ||
"ts-node": "^8.5.2", | ||
"typedoc": "^0.15.2", | ||
"typescript": "^3.7.2" | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.7.7", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^13.5.0", | ||
"mocha": "^7.0.0", | ||
"nyc": "^15.0.0", | ||
"ts-node": "^8.6.2", | ||
"typedoc": "^0.16.8", | ||
"typescript": "^3.7.5" | ||
}, | ||
@@ -48,3 +50,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "36c4d9e967bd80ccdbfa0f4a42f594080f95f105" | ||
"gitHead": "93d8af817724c1c5b06d80ffa2492fe5b4fb7bc4" | ||
} |
@@ -23,3 +23,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Comparators with support for types implementing the [@thi.ng/api `ICompare`](https://github.com/thi-ng/umbrella/tree/master/packages/api/src/api/compare.ts) interface. | ||
Comparators with support for types implementing the [@thi.ng/api `ICompare`](https://github.com/thi-ng/umbrella/tree/develop/packages/api/src/api/compare.ts) interface. | ||
@@ -36,2 +36,4 @@ ### Status | ||
Package sizes (gzipped): ESM: 0.2KB / CJS: 0.2KB / UMD: 0.3KB | ||
## Dependencies | ||
@@ -44,3 +46,3 @@ | ||
Several demos in this repo's | ||
[/examples](https://github.com/thi-ng/umbrella/tree/master/examples) | ||
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples) | ||
directory are using this package. | ||
@@ -52,3 +54,3 @@ | ||
[Live demo](https://demo.thi.ng/umbrella/triple-query/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/triple-query) | ||
[Live demo](https://demo.thi.ng/umbrella/triple-query/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/triple-query) | ||
@@ -86,2 +88,2 @@ ## API | ||
© 2016 - 2019 Karsten Schmidt // Apache Software License 2.0 | ||
© 2016 - 2020 Karsten Schmidt // Apache Software License 2.0 |
@@ -14,3 +14,3 @@ # ${pkg.name} | ||
Comparators with support for types implementing the [@thi.ng/api `ICompare`](https://github.com/thi-ng/umbrella/tree/master/packages/api/src/api/compare.ts) interface. | ||
Comparators with support for types implementing the [@thi.ng/api `ICompare`](https://github.com/thi-ng/umbrella/tree/develop/packages/api/src/api/compare.ts) interface. | ||
@@ -31,2 +31,4 @@ ${status} | ||
${pkg.size} | ||
## Dependencies | ||
@@ -33,0 +35,0 @@ |
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
23062
85
9
11