@thi.ng/sparse
Advanced tools
Comparing version 0.1.16 to 0.1.17
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.16...@thi.ng/sparse@0.1.17) (2019-07-12) | ||
**Note:** Version bump only for package @thi.ng/sparse | ||
## [0.1.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.15...@thi.ng/sparse@0.1.16) (2019-07-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/sparse", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "Sparse vector & matrix implementations", | ||
@@ -23,3 +23,3 @@ "module": "./index.js", | ||
"cover": "yarn test && nyc report --reporter=lcov", | ||
"doc": "typedoc --mode modules --out doc src", | ||
"doc": "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/transducers": "^5.4.0" | ||
"@thi.ng/api": "^6.3.1", | ||
"@thi.ng/transducers": "^5.4.1" | ||
}, | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "efa9fdd61dd4ad2187cefe0a26df3bf2baade24b" | ||
"gitHead": "47075afc37f3a16adee7c903a2935304c7cf5daf" | ||
} |
192969
Updated@thi.ng/api@^6.3.1
Updated@thi.ng/transducers@^5.4.1