@thi.ng/dcons
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.0.0...@thi.ng/dcons@1.0.1) (2018-05-13) | ||
**Note:** Version bump only for package @thi.ng/dcons | ||
<a name="1.0.0"></a> | ||
@@ -8,0 +16,0 @@ # [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.3.6...@thi.ng/dcons@1.0.0) (2018-05-12) |
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Comprehensive doubly linked list structure w/ iterator support", | ||
@@ -27,7 +27,7 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^4.0.0", | ||
"@thi.ng/checks": "^1.5.2", | ||
"@thi.ng/compare": "^0.1.0", | ||
"@thi.ng/equiv": "^0.1.0", | ||
"@thi.ng/errors": "^0.1.1" | ||
"@thi.ng/api": "^4.0.1", | ||
"@thi.ng/checks": "^1.5.3", | ||
"@thi.ng/compare": "^0.1.1", | ||
"@thi.ng/equiv": "^0.1.1", | ||
"@thi.ng/errors": "^0.1.2" | ||
}, | ||
@@ -34,0 +34,0 @@ "keywords": [ |
@@ -35,2 +35,10 @@ # @thi.ng/dcons | ||
## Dependencies | ||
- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/master/packages/api) | ||
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/master/packages/checks) | ||
- [@thi.ng/compare](https://github.com/thi-ng/umbrella/tree/master/packages/compare) | ||
- [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/master/packages/equiv) | ||
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/master/packages/errors) | ||
## Usage | ||
@@ -37,0 +45,0 @@ |
33704
117
Updated@thi.ng/api@^4.0.1
Updated@thi.ng/checks@^1.5.3
Updated@thi.ng/compare@^0.1.1
Updated@thi.ng/equiv@^0.1.1
Updated@thi.ng/errors@^0.1.2