@thi.ng/dcons
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.1.13"></a> | ||
## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.12...@thi.ng/dcons@0.1.13) (2018-02-18) | ||
**Note:** Version bump only for package @thi.ng/dcons | ||
<a name="0.1.12"></a> | ||
@@ -8,0 +16,0 @@ ## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.11...@thi.ng/dcons@0.1.12) (2018-02-08) |
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "Comprehensive doubly linked list structure w/ iterator support", | ||
@@ -19,13 +19,13 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^2.2.46", | ||
"@types/node": "^9.3.0", | ||
"@types/mocha": "^2.2.48", | ||
"@types/node": "^9.4.6", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.4.1", | ||
"ts-loader": "^3.3.1", | ||
"ts-loader": "^3.5.0", | ||
"typedoc": "^0.10.0", | ||
"typescript": "^2.7.1", | ||
"webpack": "^3.10.0" | ||
"typescript": "^2.7.2", | ||
"webpack": "^3.11.0" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^2.0.2" | ||
"@thi.ng/api": "^2.0.3" | ||
}, | ||
@@ -32,0 +32,0 @@ "keywords": [ |
28785
Updated@thi.ng/api@^2.0.3