@thi.ng/dcons
Advanced tools
Comparing version 3.2.75 to 3.2.76
# Change Log | ||
- **Last updated**: 2023-12-03T12:13:31Z | ||
- **Last updated**: 2023-12-09T19:12:03Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "3.2.75", | ||
"version": "3.2.76", | ||
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", | ||
@@ -36,13 +36,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.10", | ||
"@thi.ng/checks": "^3.4.10", | ||
"@thi.ng/compare": "^2.2.6", | ||
"@thi.ng/equiv": "^2.1.35", | ||
"@thi.ng/errors": "^2.4.4", | ||
"@thi.ng/random": "^3.6.16", | ||
"@thi.ng/transducers": "^8.8.13" | ||
"@thi.ng/api": "^8.9.11", | ||
"@thi.ng/checks": "^3.4.11", | ||
"@thi.ng/compare": "^2.2.7", | ||
"@thi.ng/equiv": "^2.1.36", | ||
"@thi.ng/errors": "^2.4.5", | ||
"@thi.ng/random": "^3.6.17", | ||
"@thi.ng/transducers": "^8.8.14" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@thi.ng/testament": "^0.4.3", | ||
"rimraf": "^5.0.5", | ||
@@ -98,3 +97,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "04d1de79f256d7a53c6b5fd157b37f49bc88e11d\n" | ||
"gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n" | ||
} |
5
59018
Updated@thi.ng/api@^8.9.11
Updated@thi.ng/checks@^3.4.11
Updated@thi.ng/compare@^2.2.7
Updated@thi.ng/equiv@^2.1.36
Updated@thi.ng/errors@^2.4.5
Updated@thi.ng/random@^3.6.17
Updated@thi.ng/transducers@^8.8.14