@thi.ng/associative
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.5.3"></a> | ||
## [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) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
<a name="0.5.2"></a> | ||
@@ -8,0 +16,0 @@ ## [0.5.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.1...@thi.ng/associative@0.5.2) (2018-05-10) |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations", | ||
@@ -27,9 +27,9 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^3.0.1", | ||
"@thi.ng/api": "^4.0.0", | ||
"@thi.ng/checks": "^1.5.2", | ||
"@thi.ng/compare": "^0.1.0", | ||
"@thi.ng/dcons": "^0.3.6", | ||
"@thi.ng/dcons": "^1.0.0", | ||
"@thi.ng/equiv": "^0.1.0", | ||
"@thi.ng/errors": "^0.1.1", | ||
"@thi.ng/iterators": "^4.1.12" | ||
"@thi.ng/iterators": "^4.1.13" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
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
79246
- Removed@thi.ng/api@3.0.1(transitive)
- Removed@thi.ng/dcons@0.3.6(transitive)
Updated@thi.ng/api@^4.0.0
Updated@thi.ng/dcons@^1.0.0
Updated@thi.ng/iterators@^4.1.13