@thi.ng/heaps
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.2.6"></a> | ||
## [0.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@0.2.5...@thi.ng/heaps@0.2.6) (2018-05-09) | ||
**Note:** Version bump only for package @thi.ng/heaps | ||
<a name="0.2.5"></a> | ||
@@ -8,0 +16,0 @@ ## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@0.2.4...@thi.ng/heaps@0.2.5) (2018-04-29) |
{ | ||
"name": "@thi.ng/heaps", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Generic binary heap & d-ary heap implementations with customizable ordering", | ||
@@ -19,11 +19,11 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.1", | ||
"mocha": "^5.0.5", | ||
"nyc": "^11.6.0", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^10.0.6", | ||
"mocha": "^5.1.1", | ||
"nyc": "^11.7.1", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.8.1" | ||
"typescript": "^2.8.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^2.3.1" | ||
"@thi.ng/api": "^2.3.2" | ||
}, | ||
@@ -30,0 +30,0 @@ "keywords": [ |
27465
Updated@thi.ng/api@^2.3.2