@thi.ng/compare
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.1.5"></a> | ||
## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.4...@thi.ng/compare@0.1.5) (2018-07-20) | ||
**Note:** Version bump only for package @thi.ng/compare | ||
<a name="0.1.4"></a> | ||
@@ -8,0 +16,0 @@ ## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.3...@thi.ng/compare@0.1.4) (2018-06-21) |
{ | ||
"name": "@thi.ng/compare", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Comparator with optional delegation for types implementing @thi.ng/api/ICompare interface", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -19,3 +19,3 @@ # @thi.ng/compare | ||
``` | ||
```bash | ||
yarn add @thi.ng/compare | ||
@@ -30,3 +30,3 @@ ``` | ||
```typescript | ||
```ts | ||
import { ICompare } from "@thi.ng/api"; | ||
@@ -33,0 +33,0 @@ import { compare } from "@thi.ng/compare"; |
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
15508