@thi.ng/dcons
Advanced tools
Comparing version 3.2.131 to 3.2.132
# 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/dcons", | ||
"version": "3.2.131", | ||
"version": "3.2.132", | ||
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", | ||
@@ -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,9 +40,9 @@ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.11", | ||
"@thi.ng/checks": "^3.6.13", | ||
"@thi.ng/compare": "^2.4.3", | ||
"@thi.ng/equiv": "^2.1.67", | ||
"@thi.ng/errors": "^2.5.17", | ||
"@thi.ng/random": "^4.1.2", | ||
"@thi.ng/transducers": "^9.2.7" | ||
"@thi.ng/api": "^8.11.12", | ||
"@thi.ng/checks": "^3.6.14", | ||
"@thi.ng/compare": "^2.4.4", | ||
"@thi.ng/equiv": "^2.1.68", | ||
"@thi.ng/errors": "^2.5.18", | ||
"@thi.ng/random": "^4.1.3", | ||
"@thi.ng/transducers": "^9.2.8" | ||
}, | ||
@@ -100,3 +100,3 @@ "devDependencies": { | ||
}, | ||
"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
56027
Updated@thi.ng/api@^8.11.12
Updated@thi.ng/checks@^3.6.14
Updated@thi.ng/compare@^2.4.4
Updated@thi.ng/equiv@^2.1.68
Updated@thi.ng/errors@^2.5.18
Updated@thi.ng/random@^4.1.3
Updated@thi.ng/transducers@^9.2.8