@thi.ng/dcons
Advanced tools
Comparing version 3.2.81 to 3.2.82
# Change Log | ||
- **Last updated**: 2023-12-28T23:24:38Z | ||
- **Last updated**: 2023-12-31T09:44:23Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "3.2.81", | ||
"version": "3.2.82", | ||
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", | ||
@@ -38,9 +38,9 @@ "type": "module", | ||
"dependencies": { | ||
"@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" | ||
"@thi.ng/api": "^8.9.16", | ||
"@thi.ng/checks": "^3.4.16", | ||
"@thi.ng/compare": "^2.2.12", | ||
"@thi.ng/equiv": "^2.1.41", | ||
"@thi.ng/errors": "^2.4.10", | ||
"@thi.ng/random": "^3.6.23", | ||
"@thi.ng/transducers": "^8.8.20" | ||
}, | ||
@@ -99,3 +99,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "775c664723cd87d6ac5909cedf91195317add287\n" | ||
"gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n" | ||
} |
@@ -10,4 +10,5 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
This project is part of the | ||
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and anti-framework. | ||
This is a standalone project, maintained as part of the | ||
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and | ||
anti-framework. | ||
@@ -14,0 +15,0 @@ - [About](#about) |
54705
181
Updated@thi.ng/api@^8.9.16
Updated@thi.ng/checks@^3.4.16
Updated@thi.ng/compare@^2.2.12
Updated@thi.ng/equiv@^2.1.41
Updated@thi.ng/errors@^2.4.10
Updated@thi.ng/random@^3.6.23
Updated@thi.ng/transducers@^8.8.20