@thi.ng/associative
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.0...@thi.ng/associative@5.2.1) (2021-04-03) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
# [5.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.1.9...@thi.ng/associative@5.2.0) (2021-03-30) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -54,8 +54,8 @@ "module": "./index.js", | ||
"@thi.ng/binary": "^2.2.4", | ||
"@thi.ng/checks": "^2.9.5", | ||
"@thi.ng/checks": "^2.9.6", | ||
"@thi.ng/compare": "^1.3.28", | ||
"@thi.ng/dcons": "^2.3.19", | ||
"@thi.ng/dcons": "^2.3.20", | ||
"@thi.ng/equiv": "^1.0.41", | ||
"@thi.ng/errors": "^1.3.0", | ||
"@thi.ng/transducers": "^7.6.9", | ||
"@thi.ng/transducers": "^7.6.10", | ||
"tslib": "^2.1.0" | ||
@@ -96,3 +96,3 @@ }, | ||
}, | ||
"gitHead": "01273d167d9f9a4736b77911c630cdb657957910" | ||
"gitHead": "452a679a1c40e0708ac9007b25a45e209af78e59" | ||
} |
343771
Updated@thi.ng/checks@^2.9.6
Updated@thi.ng/dcons@^2.3.20
Updated@thi.ng/transducers@^7.6.10