@thi.ng/associative
Advanced tools
Comparing version 0.5.9 to 0.5.10
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.5.10"></a> | ||
## [0.5.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.9...@thi.ng/associative@0.5.10) (2018-07-20) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
<a name="0.5.9"></a> | ||
@@ -8,0 +16,0 @@ ## [0.5.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.8...@thi.ng/associative@0.5.9) (2018-07-03) |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "0.5.9", | ||
"version": "0.5.10", | ||
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations", | ||
@@ -31,9 +31,9 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^4.0.4", | ||
"@thi.ng/checks": "^1.5.5", | ||
"@thi.ng/compare": "^0.1.4", | ||
"@thi.ng/dcons": "^1.0.5", | ||
"@thi.ng/equiv": "^0.1.5", | ||
"@thi.ng/errors": "^0.1.4", | ||
"@thi.ng/iterators": "^4.1.18" | ||
"@thi.ng/api": "^4.0.5", | ||
"@thi.ng/checks": "^1.5.6", | ||
"@thi.ng/compare": "^0.1.5", | ||
"@thi.ng/dcons": "^1.0.6", | ||
"@thi.ng/equiv": "^0.1.6", | ||
"@thi.ng/errors": "^0.1.5", | ||
"@thi.ng/iterators": "^4.1.19" | ||
}, | ||
@@ -40,0 +40,0 @@ "keywords": [ |
@@ -120,3 +120,3 @@ # @thi.ng/associative | ||
``` | ||
```bash | ||
yarn add @thi.ng/associative | ||
@@ -179,3 +179,2 @@ ``` | ||
#### Ranged queries | ||
@@ -215,3 +214,3 @@ | ||
Furthermore, this class implements the `ICopy`, IEmpty`, `ICompare` and | ||
Furthermore, this class implements the `ICopy`, `IEmpty`, `ICompare` and | ||
`IEquiv` interfaces defined by `@thi.ng/api`. The latter two allow | ||
@@ -218,0 +217,0 @@ instances to be used as keys themselves in other data types defined in |
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
81501
232
Updated@thi.ng/api@^4.0.5
Updated@thi.ng/checks@^1.5.6
Updated@thi.ng/compare@^0.1.5
Updated@thi.ng/dcons@^1.0.6
Updated@thi.ng/equiv@^0.1.6
Updated@thi.ng/errors@^0.1.5
Updated@thi.ng/iterators@^4.1.19