@thi.ng/associative
Advanced tools
Comparing version 6.2.20 to 6.2.21
# Change Log | ||
- **Last updated**: 2022-12-20T16:33:11Z | ||
- **Last updated**: 2022-12-22T21:47:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "6.2.20", | ||
"version": "6.2.21", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -37,11 +37,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.6.1", | ||
"@thi.ng/arrays": "^2.4.6", | ||
"@thi.ng/binary": "^3.3.14", | ||
"@thi.ng/checks": "^3.3.5", | ||
"@thi.ng/compare": "^2.1.20", | ||
"@thi.ng/dcons": "^3.2.27", | ||
"@thi.ng/equiv": "^2.1.15", | ||
"@thi.ng/errors": "^2.2.6", | ||
"@thi.ng/transducers": "^8.3.27", | ||
"@thi.ng/api": "^8.6.2", | ||
"@thi.ng/arrays": "^2.4.7", | ||
"@thi.ng/binary": "^3.3.15", | ||
"@thi.ng/checks": "^3.3.6", | ||
"@thi.ng/compare": "^2.1.21", | ||
"@thi.ng/dcons": "^3.2.28", | ||
"@thi.ng/equiv": "^2.1.16", | ||
"@thi.ng/errors": "^2.2.7", | ||
"@thi.ng/transducers": "^8.3.28", | ||
"tslib": "^2.4.1" | ||
@@ -51,3 +51,3 @@ }, | ||
"@microsoft/api-extractor": "^7.33.7", | ||
"@thi.ng/testament": "^0.3.7", | ||
"@thi.ng/testament": "^0.3.8", | ||
"rimraf": "^3.0.2", | ||
@@ -193,3 +193,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n" | ||
"gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n" | ||
} |
@@ -36,3 +36,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Alternative Map and Set implementations with customizable equality semantics & supporting operations | ||
Alternative Map and Set implementations with customizable equality semantics & supporting operations. | ||
@@ -39,0 +39,0 @@ - Array based `ArraySet`, Linked List based `LLSet`, |
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
164532
Updated@thi.ng/api@^8.6.2
Updated@thi.ng/arrays@^2.4.7
Updated@thi.ng/binary@^3.3.15
Updated@thi.ng/checks@^3.3.6
Updated@thi.ng/compare@^2.1.21
Updated@thi.ng/dcons@^3.2.28
Updated@thi.ng/equiv@^2.1.16
Updated@thi.ng/errors@^2.2.7
Updated@thi.ng/transducers@^8.3.28