@thi.ng/sparse
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.9...@thi.ng/sparse@0.1.10) (2019-04-02) | ||
**Note:** Version bump only for package @thi.ng/sparse | ||
## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.8...@thi.ng/sparse@0.1.9) (2019-03-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/sparse", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Sparse vector & matrix implementations", | ||
@@ -27,12 +27,12 @@ "module": "./index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.15", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"typedoc": "^0.14.0", | ||
"typescript": "^3.2.2" | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^11.13.0", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^3.4.1" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.0.0", | ||
"@thi.ng/transducers": "^5.3.1" | ||
"@thi.ng/api": "^6.0.1", | ||
"@thi.ng/transducers": "^5.3.2" | ||
}, | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1936d357f46f46d0435e3c7597b845898a91b80d" | ||
"gitHead": "8982b253961afbee2a63135c4ed7153c61febefb" | ||
} |
191703
Updated@thi.ng/api@^6.0.1
Updated@thi.ng/transducers@^5.3.2