@thi.ng/associative
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.5.4"></a> | ||
## [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) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
<a name="0.5.3"></a> | ||
@@ -8,0 +16,0 @@ ## [0.5.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.2...@thi.ng/associative@0.5.3) (2018-05-12) |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"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.0", | ||
"@thi.ng/checks": "^1.5.2", | ||
"@thi.ng/compare": "^0.1.0", | ||
"@thi.ng/dcons": "^1.0.0", | ||
"@thi.ng/equiv": "^0.1.0", | ||
"@thi.ng/errors": "^0.1.1", | ||
"@thi.ng/iterators": "^4.1.13" | ||
"@thi.ng/api": "^4.0.1", | ||
"@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" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
@@ -124,2 +124,12 @@ # @thi.ng/associative | ||
## Dependencies | ||
- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/master/packages/api) | ||
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/master/packages/errors) | ||
- [@thi.ng/compare](https://github.com/thi-ng/umbrella/tree/master/packages/compare) | ||
- [@thi.ng/dcons](https://github.com/thi-ng/umbrella/tree/master/packages/dcons) | ||
- [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/master/packages/equiv) | ||
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/master/packages/errors) | ||
- [@thi.ng/iterators](https://github.com/thi-ng/umbrella/tree/master/packages/iterators) | ||
## Types | ||
@@ -126,0 +136,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80051
233
Updated@thi.ng/api@^4.0.1
Updated@thi.ng/checks@^1.5.3
Updated@thi.ng/compare@^0.1.1
Updated@thi.ng/dcons@^1.0.1
Updated@thi.ng/equiv@^0.1.1
Updated@thi.ng/errors@^0.1.2
Updated@thi.ng/iterators@^4.1.14