@thi.ng/sparse
Advanced tools
Comparing version 0.3.114 to 0.3.115
# Change Log | ||
- **Last updated**: 2024-04-11T12:32:44Z | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/sparse", | ||
"version": "0.3.114", | ||
"version": "0.3.115", | ||
"description": "Sparse vector & matrix implementations", | ||
@@ -38,5 +38,5 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.10.1", | ||
"@thi.ng/errors": "^2.5.4", | ||
"@thi.ng/transducers": "^9.0.1" | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/errors": "^2.5.5", | ||
"@thi.ng/transducers": "^9.0.2" | ||
}, | ||
@@ -109,3 +109,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n" | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n" | ||
} |
@@ -56,6 +56,6 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
<script type="module" src="https://cdn.skypack.dev/@thi.ng/sparse"></script> | ||
<script type="module" src="https://esm.run/@thi.ng/sparse"></script> | ||
``` | ||
[Skypack documentation](https://docs.skypack.dev/) | ||
[JSDelivr documentation](https://www.jsdelivr.com/) | ||
@@ -62,0 +62,0 @@ For Node.js REPL: |
42923
Updated@thi.ng/api@^8.11.0
Updated@thi.ng/errors@^2.5.5
Updated@thi.ng/transducers@^9.0.2