@thi.ng/vectors
Advanced tools
Comparing version 7.10.16 to 7.10.17
{ | ||
"name": "@thi.ng/vectors", | ||
"version": "7.10.16", | ||
"version": "7.10.17", | ||
"description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", | ||
@@ -39,12 +39,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.28", | ||
"@thi.ng/binary": "^3.4.17", | ||
"@thi.ng/api": "^8.9.29", | ||
"@thi.ng/binary": "^3.4.18", | ||
"@thi.ng/checks": "^3.5.2", | ||
"@thi.ng/equiv": "^2.1.51", | ||
"@thi.ng/errors": "^2.4.20", | ||
"@thi.ng/math": "^5.10.5", | ||
"@thi.ng/memoize": "^3.1.63", | ||
"@thi.ng/random": "^3.6.35", | ||
"@thi.ng/strings": "^3.7.21", | ||
"@thi.ng/transducers": "^8.9.10" | ||
"@thi.ng/math": "^5.10.6", | ||
"@thi.ng/memoize": "^3.1.64", | ||
"@thi.ng/random": "^3.6.36", | ||
"@thi.ng/strings": "^3.7.22", | ||
"@thi.ng/transducers": "^8.9.11" | ||
}, | ||
@@ -787,3 +787,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n" | ||
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n" | ||
} |
Updated@thi.ng/api@^8.9.29
Updated@thi.ng/binary@^3.4.18
Updated@thi.ng/math@^5.10.6
Updated@thi.ng/memoize@^3.1.64
Updated@thi.ng/random@^3.6.36
Updated@thi.ng/strings@^3.7.22
Updated@thi.ng/transducers@^8.9.11