@thi.ng/heaps
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@1.2.5...@thi.ng/heaps@1.2.6) (2020-03-06) | ||
**Note:** Version bump only for package @thi.ng/heaps | ||
## [1.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@1.2.4...@thi.ng/heaps@1.2.5) (2020-03-01) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
export type * from "./api"; | ||
export * from "./api"; | ||
export * from "./heap"; | ||
@@ -3,0 +3,0 @@ export * from "./dheap"; |
{ | ||
"name": "@thi.ng/heaps", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Various heap implementations for arbitrary values and with customizable ordering", | ||
@@ -39,7 +39,7 @@ "module": "./index.js", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.8.2" | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.8.2", | ||
"@thi.ng/compare": "^1.2.0" | ||
"@thi.ng/api": "^6.8.3", | ||
"@thi.ng/compare": "^1.2.1" | ||
}, | ||
@@ -63,3 +63,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "dc8bc9f06b99dc10d99ec33c78fb50ea410e3de6" | ||
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc" | ||
} |
83107
Updated@thi.ng/api@^6.8.3
Updated@thi.ng/compare@^1.2.1