@thi.ng/sparse
Advanced tools
Comparing version 0.3.85 to 0.3.86
# Change Log | ||
- **Last updated**: 2023-12-19T11:01:47Z | ||
- **Last updated**: 2023-12-28T23:24:39Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/sparse", | ||
"version": "0.3.85", | ||
"version": "0.3.86", | ||
"description": "Sparse vector & matrix implementations", | ||
@@ -37,12 +37,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.14", | ||
"@thi.ng/errors": "^2.4.8", | ||
"@thi.ng/transducers": "^8.8.18" | ||
"@thi.ng/api": "^8.9.15", | ||
"@thi.ng/errors": "^2.4.9", | ||
"@thi.ng/transducers": "^8.8.19" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"esbuild": "^0.19.8", | ||
"@microsoft/api-extractor": "^7.39.0", | ||
"esbuild": "^0.19.10", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.4", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -108,3 +108,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "36d93175f8fbc0190c3c96a9ac0016a9663e9a80\n" | ||
"gitHead": "775c664723cd87d6ac5909cedf91195317add287\n" | ||
} |
42595
Updated@thi.ng/api@^8.9.15
Updated@thi.ng/errors@^2.4.9
Updated@thi.ng/transducers@^8.8.19