@thi.ng/sparse
Advanced tools
Comparing version 0.1.35 to 0.1.36
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.35...@thi.ng/sparse@0.1.36) (2020-04-27) | ||
**Note:** Version bump only for package @thi.ng/sparse | ||
## [0.1.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.34...@thi.ng/sparse@0.1.35) (2020-04-20) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,1 @@ | ||
export * from "./api"; | ||
export * from "./amatrix"; | ||
@@ -3,0 +2,0 @@ export * from "./coo"; |
{ | ||
"name": "@thi.ng/sparse", | ||
"version": "0.1.35", | ||
"version": "0.1.36", | ||
"description": "Sparse vector & matrix implementations", | ||
@@ -41,4 +41,4 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.1", | ||
"@thi.ng/transducers": "^6.4.6", | ||
"@thi.ng/api": "^6.10.2", | ||
"@thi.ng/transducers": "^6.4.7", | ||
"tslib": "^1.11.1" | ||
@@ -69,3 +69,3 @@ }, | ||
}, | ||
"gitHead": "4ec4361346c3c4a5552148955a6412aa1ed8f4bc" | ||
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8" | ||
} |
180898
2127
Updated@thi.ng/api@^6.10.2
Updated@thi.ng/transducers@^6.4.7