@thi.ng/dcons
Advanced tools
Comparing version 3.2.80 to 3.2.81
# Change Log | ||
- **Last updated**: 2023-12-19T11:01:47Z | ||
- **Last updated**: 2023-12-28T23:24:38Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "3.2.80", | ||
"version": "3.2.81", | ||
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", | ||
@@ -38,16 +38,16 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.14", | ||
"@thi.ng/checks": "^3.4.14", | ||
"@thi.ng/compare": "^2.2.10", | ||
"@thi.ng/equiv": "^2.1.39", | ||
"@thi.ng/errors": "^2.4.8", | ||
"@thi.ng/random": "^3.6.21", | ||
"@thi.ng/transducers": "^8.8.18" | ||
"@thi.ng/api": "^8.9.15", | ||
"@thi.ng/checks": "^3.4.15", | ||
"@thi.ng/compare": "^2.2.11", | ||
"@thi.ng/equiv": "^2.1.40", | ||
"@thi.ng/errors": "^2.4.9", | ||
"@thi.ng/random": "^3.6.22", | ||
"@thi.ng/transducers": "^8.8.19" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"esbuild": "^0.19.8", | ||
"@microsoft/api-extractor": "^7.39.0", | ||
"esbuild": "^0.19.10", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.4", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -99,3 +99,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "36d93175f8fbc0190c3c96a9ac0016a9663e9a80\n" | ||
"gitHead": "775c664723cd87d6ac5909cedf91195317add287\n" | ||
} |
54676
Updated@thi.ng/api@^8.9.15
Updated@thi.ng/checks@^3.4.15
Updated@thi.ng/compare@^2.2.11
Updated@thi.ng/equiv@^2.1.40
Updated@thi.ng/errors@^2.4.9
Updated@thi.ng/random@^3.6.22
Updated@thi.ng/transducers@^8.8.19