@thi.ng/associative
Advanced tools
Comparing version 5.0.4 to 5.0.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.0.4...@thi.ng/associative@5.0.5) (2020-08-28) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
## [5.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.0.3...@thi.ng/associative@5.0.4) (2020-08-17) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -42,20 +42,20 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.9.2", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.26", | ||
"mocha": "^8.1.1", | ||
"@microsoft/api-extractor": "^7.9.11", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"mocha": "^8.1.2", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^8.10.1", | ||
"ts-node": "^9.0.0", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7" | ||
"typescript": "^4.0.2" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.12.2", | ||
"@thi.ng/binary": "^2.0.13", | ||
"@thi.ng/checks": "^2.7.6", | ||
"@thi.ng/compare": "^1.3.14", | ||
"@thi.ng/dcons": "^2.2.29", | ||
"@thi.ng/equiv": "^1.0.29", | ||
"@thi.ng/errors": "^1.2.19", | ||
"@thi.ng/transducers": "^7.2.2", | ||
"@thi.ng/api": "^6.12.3", | ||
"@thi.ng/binary": "^2.0.14", | ||
"@thi.ng/checks": "^2.7.7", | ||
"@thi.ng/compare": "^1.3.15", | ||
"@thi.ng/dcons": "^2.2.30", | ||
"@thi.ng/equiv": "^1.0.30", | ||
"@thi.ng/errors": "^1.2.20", | ||
"@thi.ng/transducers": "^7.3.0", | ||
"tslib": "^2.0.1" | ||
@@ -98,3 +98,3 @@ }, | ||
}, | ||
"gitHead": "44824f17050b412d635b576bf5f9b2136dac9554" | ||
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a" | ||
} |
334579
4857
Updated@thi.ng/api@^6.12.3
Updated@thi.ng/binary@^2.0.14
Updated@thi.ng/checks@^2.7.7
Updated@thi.ng/compare@^1.3.15
Updated@thi.ng/dcons@^2.2.30
Updated@thi.ng/equiv@^1.0.30
Updated@thi.ng/errors@^1.2.20
Updated@thi.ng/transducers@^7.3.0