@thi.ng/sparse
Advanced tools
Comparing version 0.3.132 to 0.3.133
# Change Log | ||
- **Last updated**: 2024-08-18T14:11:34Z | ||
- **Last updated**: 2024-09-19T21:09:34Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/sparse", | ||
"version": "0.3.132", | ||
"version": "0.3.133", | ||
"description": "Sparse vector & matrix implementations", | ||
@@ -38,11 +38,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.9", | ||
"@thi.ng/errors": "^2.5.15", | ||
"@thi.ng/transducers": "^9.2.3" | ||
"@thi.ng/api": "^8.11.10", | ||
"@thi.ng/errors": "^2.5.16", | ||
"@thi.ng/transducers": "^9.2.4" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"esbuild": "^0.23.1", | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -108,3 +108,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8335e9571c2b9b13844ee4d8d24f99143c5f8816\n" | ||
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n" | ||
} |
43094
Updated@thi.ng/api@^8.11.10
Updated@thi.ng/errors@^2.5.16
Updated@thi.ng/transducers@^9.2.4