@thi.ng/associative
Advanced tools
Comparing version 7.0.2 to 7.0.3
# Change Log | ||
- **Last updated**: 2024-07-25T11:43:52Z | ||
- **Last updated**: 2024-08-10T15:03:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations", | ||
@@ -39,17 +39,17 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.7", | ||
"@thi.ng/arrays": "^2.9.13", | ||
"@thi.ng/binary": "^3.4.30", | ||
"@thi.ng/checks": "^3.6.9", | ||
"@thi.ng/dcons": "^3.2.120", | ||
"@thi.ng/equiv": "^2.1.63", | ||
"@thi.ng/object-utils": "^1.1.0", | ||
"@thi.ng/transducers": "^9.0.12", | ||
"@thi.ng/api": "^8.11.8", | ||
"@thi.ng/arrays": "^2.9.14", | ||
"@thi.ng/binary": "^3.4.31", | ||
"@thi.ng/checks": "^3.6.10", | ||
"@thi.ng/dcons": "^3.2.121", | ||
"@thi.ng/equiv": "^2.1.64", | ||
"@thi.ng/object-utils": "^1.1.1", | ||
"@thi.ng/transducers": "^9.0.13", | ||
"tslib": "^2.6.3" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.0", | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.3", | ||
"typescript": "^5.5.3" | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -59,2 +59,3 @@ "keywords": [ | ||
"datastructure", | ||
"difference", | ||
"equality", | ||
@@ -143,3 +144,3 @@ "hash", | ||
}, | ||
"gitHead": "ec052b25dff4db6c4d1748e946c38fb5cf403dbf\n" | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\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
90929
Updated@thi.ng/api@^8.11.8
Updated@thi.ng/arrays@^2.9.14
Updated@thi.ng/binary@^3.4.31
Updated@thi.ng/checks@^3.6.10
Updated@thi.ng/dcons@^3.2.121
Updated@thi.ng/equiv@^2.1.64
Updated@thi.ng/object-utils@^1.1.1
Updated@thi.ng/transducers@^9.0.13