@thi.ng/associative
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@4.0.2...@thi.ng/associative@4.0.3) (2020-04-11) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
## [4.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@4.0.1...@thi.ng/associative@4.0.2) (2020-04-06) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -41,12 +41,18 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.0", | ||
"@thi.ng/binary": "^2.0.2", | ||
"@thi.ng/checks": "^2.6.1", | ||
"@thi.ng/compare": "^1.3.1", | ||
"@thi.ng/dcons": "^2.2.10", | ||
"@thi.ng/equiv": "^1.0.18", | ||
"@thi.ng/errors": "^1.2.9", | ||
"@thi.ng/transducers": "^6.4.4", | ||
"@thi.ng/api": "^6.10.1", | ||
"@thi.ng/binary": "^2.0.3", | ||
"@thi.ng/checks": "^2.6.2", | ||
"@thi.ng/compare": "^1.3.2", | ||
"@thi.ng/dcons": "^2.2.11", | ||
"@thi.ng/equiv": "^1.0.19", | ||
"@thi.ng/errors": "^1.2.10", | ||
"@thi.ng/transducers": "^6.4.5", | ||
"tslib": "^1.11.1" | ||
}, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts", | ||
"lib", | ||
"internal" | ||
], | ||
"keywords": [ | ||
@@ -81,3 +87,3 @@ "data structures", | ||
}, | ||
"gitHead": "9ed6564d092e6ed254e7351bcd486958932e24cc" | ||
"gitHead": "bfafd37c52df27f7d886c0e2a344e4e7ede4d072" | ||
} |
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
280467
69
Updated@thi.ng/api@^6.10.1
Updated@thi.ng/binary@^2.0.3
Updated@thi.ng/checks@^2.6.2
Updated@thi.ng/compare@^1.3.2
Updated@thi.ng/dcons@^2.2.11
Updated@thi.ng/equiv@^1.0.19
Updated@thi.ng/errors@^1.2.10
Updated@thi.ng/transducers@^6.4.5