@thi.ng/compare
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.1.3"></a> | ||
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.2...@thi.ng/compare@0.1.3) (2018-05-14) | ||
**Note:** Version bump only for package @thi.ng/compare | ||
<a name="0.1.2"></a> | ||
@@ -8,0 +16,0 @@ ## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.1...@thi.ng/compare@0.1.2) (2018-05-14) |
{ | ||
"name": "@thi.ng/compare", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Comparator with optional delegation for types implementing @thi.ng/api/ICompare interface", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -30,5 +30,6 @@ # @thi.ng/compare | ||
```typescript | ||
import { ICompare } from "@thi.ng/api"; | ||
import { compare } from "@thi.ng/compare"; | ||
class Foo { | ||
class Foo implements ICompare<Foo> { | ||
@@ -35,0 +36,0 @@ x: number; |
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
14987
57