@thi.ng/associative
Advanced tools
Comparing version 5.2.4 to 5.2.5
@@ -6,3 +6,3 @@ # Change Log | ||
## [5.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.3...@thi.ng/associative@5.2.4) (2021-04-24) | ||
## [5.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.4...@thi.ng/associative@5.2.5) (2021-06-08) | ||
@@ -15,18 +15,2 @@ **Note:** Version bump only for package @thi.ng/associative | ||
## [5.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.2...@thi.ng/associative@5.2.3) (2021-04-19) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
## [5.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.1...@thi.ng/associative@5.2.2) (2021-04-07) | ||
**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) | ||
@@ -33,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "5.2.4", | ||
"version": "5.2.5", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -45,17 +45,17 @@ "module": "./index.js", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.3.0", | ||
"mocha": "^9.0.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.1.1", | ||
"ts-node": "^10.0.0", | ||
"typedoc": "^0.20.30", | ||
"typescript": "^4.2.3" | ||
"typescript": "4.2.4" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.4", | ||
"@thi.ng/binary": "^2.2.4", | ||
"@thi.ng/checks": "^2.9.6", | ||
"@thi.ng/compare": "^1.3.28", | ||
"@thi.ng/dcons": "^2.3.23", | ||
"@thi.ng/equiv": "^1.0.41", | ||
"@thi.ng/errors": "^1.3.0", | ||
"@thi.ng/transducers": "^7.7.2", | ||
"@thi.ng/api": "^7.1.5", | ||
"@thi.ng/binary": "^2.2.5", | ||
"@thi.ng/checks": "^2.9.7", | ||
"@thi.ng/compare": "^1.3.29", | ||
"@thi.ng/dcons": "^2.3.24", | ||
"@thi.ng/equiv": "^1.0.42", | ||
"@thi.ng/errors": "^1.3.1", | ||
"@thi.ng/transducers": "^7.7.3", | ||
"tslib": "^2.1.0" | ||
@@ -96,3 +96,3 @@ }, | ||
}, | ||
"gitHead": "8fcf77133e53fe5871ea12030b9b079cca315d2d" | ||
"gitHead": "bcc3e88102fb0eb20e2763908488b7bca3e062d1" | ||
} |
343018
Updated@thi.ng/api@^7.1.5
Updated@thi.ng/binary@^2.2.5
Updated@thi.ng/checks@^2.9.7
Updated@thi.ng/compare@^1.3.29
Updated@thi.ng/dcons@^2.3.24
Updated@thi.ng/equiv@^1.0.42
Updated@thi.ng/errors@^1.3.1
Updated@thi.ng/transducers@^7.7.3