@thi.ng/associative
Advanced tools
Comparing version 6.0.3 to 6.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [6.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@6.0.3...@thi.ng/associative@6.0.4) (2021-10-25) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
## [6.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@6.0.2...@thi.ng/associative@6.0.3) (2021-10-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -37,15 +37,15 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.0.3", | ||
"@thi.ng/arrays": "^2.0.3", | ||
"@thi.ng/binary": "^3.0.3", | ||
"@thi.ng/checks": "^3.0.3", | ||
"@thi.ng/compare": "^2.0.3", | ||
"@thi.ng/dcons": "^3.0.3", | ||
"@thi.ng/equiv": "^2.0.3", | ||
"@thi.ng/errors": "^2.0.3", | ||
"@thi.ng/transducers": "^8.0.3", | ||
"@thi.ng/api": "^8.0.4", | ||
"@thi.ng/arrays": "^2.0.4", | ||
"@thi.ng/binary": "^3.0.4", | ||
"@thi.ng/checks": "^3.0.4", | ||
"@thi.ng/compare": "^2.0.4", | ||
"@thi.ng/dcons": "^3.0.4", | ||
"@thi.ng/equiv": "^2.0.4", | ||
"@thi.ng/errors": "^2.0.4", | ||
"@thi.ng/transducers": "^8.0.4", | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@thi.ng/testament": "^0.1.3" | ||
"@thi.ng/testament": "^0.1.4" | ||
}, | ||
@@ -184,3 +184,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1" | ||
"gitHead": "9ff00a103f76cc4917ef3f244132e218f2300a05" | ||
} |
146558
Updated@thi.ng/api@^8.0.4
Updated@thi.ng/arrays@^2.0.4
Updated@thi.ng/binary@^3.0.4
Updated@thi.ng/checks@^3.0.4
Updated@thi.ng/compare@^2.0.4
Updated@thi.ng/dcons@^3.0.4
Updated@thi.ng/equiv@^2.0.4
Updated@thi.ng/errors@^2.0.4
Updated@thi.ng/transducers@^8.0.4