@thi.ng/associative
Advanced tools
Comparing version 6.1.2 to 6.1.3
# Change Log | ||
- **Last updated**: 2021-11-21T17:09:28Z | ||
- **Last updated**: 2021-12-13T10:25:59Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -37,20 +37,20 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.2", | ||
"@thi.ng/arrays": "^2.1.2", | ||
"@thi.ng/binary": "^3.1.2", | ||
"@thi.ng/checks": "^3.1.2", | ||
"@thi.ng/compare": "^2.1.2", | ||
"@thi.ng/dcons": "^3.1.2", | ||
"@thi.ng/equiv": "^2.1.2", | ||
"@thi.ng/errors": "^2.1.2", | ||
"@thi.ng/transducers": "^8.1.2", | ||
"@thi.ng/api": "^8.3.3", | ||
"@thi.ng/arrays": "^2.1.3", | ||
"@thi.ng/binary": "^3.1.3", | ||
"@thi.ng/checks": "^3.1.3", | ||
"@thi.ng/compare": "^2.1.3", | ||
"@thi.ng/dcons": "^3.1.3", | ||
"@thi.ng/equiv": "^2.1.3", | ||
"@thi.ng/errors": "^2.1.3", | ||
"@thi.ng/transducers": "^8.1.3", | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.19", | ||
"@thi.ng/testament": "^0.2.2", | ||
"@microsoft/api-extractor": "^7.19.2", | ||
"@thi.ng/testament": "^0.2.3", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.9", | ||
"typescript": "^4.5.2" | ||
"typedoc": "^0.22.10", | ||
"typescript": "^4.5.3" | ||
}, | ||
@@ -189,3 +189,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "e8a7c2a40191b391cef182c2978e5a6c85987a87\n" | ||
"gitHead": "2db9dd34c0c2c60cbfde3dad0bca352b20292f5c\n" | ||
} |
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
Updated@thi.ng/api@^8.3.3
Updated@thi.ng/arrays@^2.1.3
Updated@thi.ng/binary@^3.1.3
Updated@thi.ng/checks@^3.1.3
Updated@thi.ng/compare@^2.1.3
Updated@thi.ng/dcons@^3.1.3
Updated@thi.ng/equiv@^2.1.3
Updated@thi.ng/errors@^2.1.3
Updated@thi.ng/transducers@^8.1.3