@thi.ng/heaps
Advanced tools
Comparing version 2.1.35 to 2.1.36
# Change Log | ||
- **Last updated**: 2023-08-10T12:16:43Z | ||
- **Last updated**: 2023-08-10T12:25:09Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/heaps", | ||
"version": "2.1.35", | ||
"version": "2.1.36", | ||
"description": "Various heap implementations for arbitrary values and with customizable ordering", | ||
@@ -38,9 +38,9 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.1", | ||
"@thi.ng/compare": "^2.1.34", | ||
"@thi.ng/equiv": "^2.1.26" | ||
"@thi.ng/api": "^8.9.2", | ||
"@thi.ng/compare": "^2.1.35", | ||
"@thi.ng/equiv": "^2.1.27" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.36.3", | ||
"@thi.ng/testament": "^0.3.19", | ||
"@thi.ng/testament": "^0.3.20", | ||
"rimraf": "^5.0.1", | ||
@@ -94,3 +94,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\n" | ||
"gitHead": "ad9ac3232c6fc5fc8a0df75ac82fc1e0e9fb0258\n" | ||
} |
Updated@thi.ng/api@^8.9.2
Updated@thi.ng/compare@^2.1.35
Updated@thi.ng/equiv@^2.1.27