@thi.ng/heaps
Advanced tools
Comparing version 2.1.33 to 2.1.34
# Change Log | ||
- **Last updated**: 2023-06-14T07:58:51Z | ||
- **Last updated**: 2023-08-04T10:58:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/heaps", | ||
"version": "2.1.33", | ||
"version": "2.1.34", | ||
"description": "Various heap implementations for arbitrary values and with customizable ordering", | ||
@@ -38,13 +38,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.8.2", | ||
"@thi.ng/compare": "^2.1.32", | ||
"@thi.ng/equiv": "^2.1.24" | ||
"@thi.ng/api": "^8.9.0", | ||
"@thi.ng/compare": "^2.1.33", | ||
"@thi.ng/equiv": "^2.1.25" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.35.3", | ||
"@thi.ng/testament": "^0.3.17", | ||
"@microsoft/api-extractor": "^7.36.3", | ||
"@thi.ng/testament": "^0.3.18", | ||
"rimraf": "^5.0.1", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -94,3 +94,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "54e825a976c72067a244cff8725ca98f5416d26d\n" | ||
"gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n" | ||
} |
@@ -60,3 +60,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.84 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.83 KB | ||
@@ -63,0 +63,0 @@ ## Dependencies |
Updated@thi.ng/api@^8.9.0
Updated@thi.ng/compare@^2.1.33
Updated@thi.ng/equiv@^2.1.25