@thi.ng/dcons
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.3.4"></a> | ||
## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.3.3...@thi.ng/dcons@0.3.4) (2018-05-09) | ||
**Note:** Version bump only for package @thi.ng/dcons | ||
<a name="0.3.3"></a> | ||
@@ -8,0 +16,0 @@ ## [0.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.3.2...@thi.ng/dcons@0.3.3) (2018-04-29) |
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Comprehensive doubly linked list structure w/ iterator support", | ||
@@ -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": [ |
32129
Updated@thi.ng/api@^2.3.2