@thi.ng/associative
Advanced tools
Comparing version 7.0.13 to 7.0.14
# Change Log | ||
- **Last updated**: 2024-10-05T12:12:32Z | ||
- **Last updated**: 2024-11-10T17:11:51Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "7.0.13", | ||
"version": "7.0.14", | ||
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations", | ||
@@ -31,3 +31,3 @@ "type": "module", | ||
"clean": "bun ../../tools/src/clean-package.ts", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
@@ -40,10 +40,10 @@ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.11", | ||
"@thi.ng/arrays": "^2.10.4", | ||
"@thi.ng/binary": "^3.4.34", | ||
"@thi.ng/checks": "^3.6.13", | ||
"@thi.ng/dcons": "^3.2.131", | ||
"@thi.ng/equiv": "^2.1.67", | ||
"@thi.ng/object-utils": "^1.1.4", | ||
"@thi.ng/transducers": "^9.2.7", | ||
"@thi.ng/api": "^8.11.12", | ||
"@thi.ng/arrays": "^2.10.5", | ||
"@thi.ng/binary": "^3.4.35", | ||
"@thi.ng/checks": "^3.6.14", | ||
"@thi.ng/dcons": "^3.2.132", | ||
"@thi.ng/equiv": "^2.1.68", | ||
"@thi.ng/object-utils": "^1.1.5", | ||
"@thi.ng/transducers": "^9.2.8", | ||
"tslib": "^2.7.0" | ||
@@ -144,3 +144,3 @@ }, | ||
}, | ||
"gitHead": "8301254c4436505a1fb0e3cc28eca3adb920c3e0\n" | ||
"gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\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
90924
Updated@thi.ng/api@^8.11.12
Updated@thi.ng/arrays@^2.10.5
Updated@thi.ng/binary@^3.4.35
Updated@thi.ng/checks@^3.6.14
Updated@thi.ng/dcons@^3.2.132
Updated@thi.ng/equiv@^2.1.68
Updated@thi.ng/object-utils@^1.1.5
Updated@thi.ng/transducers@^9.2.8