@thi.ng/associative
Advanced tools
Comparing version 0.5.4 to 0.5.6
@@ -6,2 +6,18 @@ # Change Log | ||
<a name="0.5.6"></a> | ||
## [0.5.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.5...@thi.ng/associative@0.5.6) (2018-05-14) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
<a name="0.5.5"></a> | ||
## [0.5.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.4...@thi.ng/associative@0.5.5) (2018-05-14) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
<a name="0.5.4"></a> | ||
@@ -8,0 +24,0 @@ ## [0.5.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.3...@thi.ng/associative@0.5.4) (2018-05-13) |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "0.5.4", | ||
"version": "0.5.6", | ||
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations", | ||
@@ -27,9 +27,9 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^4.0.1", | ||
"@thi.ng/api": "^4.0.3", | ||
"@thi.ng/checks": "^1.5.3", | ||
"@thi.ng/compare": "^0.1.1", | ||
"@thi.ng/dcons": "^1.0.1", | ||
"@thi.ng/equiv": "^0.1.1", | ||
"@thi.ng/errors": "^0.1.2", | ||
"@thi.ng/iterators": "^4.1.14" | ||
"@thi.ng/compare": "^0.1.3", | ||
"@thi.ng/dcons": "^1.0.3", | ||
"@thi.ng/equiv": "^0.1.3", | ||
"@thi.ng/errors": "^0.1.3", | ||
"@thi.ng/iterators": "^4.1.16" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
80467
Updated@thi.ng/api@^4.0.3
Updated@thi.ng/compare@^0.1.3
Updated@thi.ng/dcons@^1.0.3
Updated@thi.ng/equiv@^0.1.3
Updated@thi.ng/errors@^0.1.3
Updated@thi.ng/iterators@^4.1.16