@thi.ng/heaps
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@1.1.0...@thi.ng/heaps@1.1.1) (2019-07-12) | ||
**Note:** Version bump only for package @thi.ng/heaps | ||
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@1.0.10...@thi.ng/heaps@1.1.0) (2019-07-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/heaps", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Generic binary heap & d-ary heap implementations with customizable ordering", | ||
@@ -23,3 +23,3 @@ "module": "./index.js", | ||
"cover": "yarn test && nyc report --reporter=lcov", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc --ignoreCompilerErrors src", | ||
"pub": "yarn build && yarn publish --access public" | ||
@@ -36,4 +36,4 @@ }, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.3.0", | ||
"@thi.ng/compare": "^1.0.7" | ||
"@thi.ng/api": "^6.3.1", | ||
"@thi.ng/compare": "^1.0.8" | ||
}, | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "efa9fdd61dd4ad2187cefe0a26df3bf2baade24b" | ||
"gitHead": "47075afc37f3a16adee7c903a2935304c7cf5daf" | ||
} |
66015
Updated@thi.ng/api@^6.3.1
Updated@thi.ng/compare@^1.0.8