@aryth/bound-matrix
Advanced tools
Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "@aryth/bound-matrix", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "A math util library", | ||
@@ -21,4 +21,4 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@aryth/bound-vector": "^0.5.3", | ||
"@aryth/util-bound": "^0.5.3", | ||
"@aryth/bound-vector": "^0.5.4", | ||
"@aryth/util-bound": "^0.5.4", | ||
"@ject/oneself": "^0.0.17", | ||
@@ -29,5 +29,5 @@ "@texting/string-value": "^0.1.1", | ||
"@typen/numeral": "^0.1.19", | ||
"@vect/matrix-init": "^0.5.11", | ||
"@vect/matrix-mapper": "^0.5.11", | ||
"@vect/matrix-size": "^0.5.11" | ||
"@vect/matrix-init": "^0.5.22", | ||
"@vect/matrix-mapper": "^0.5.22", | ||
"@vect/matrix-size": "^0.5.22" | ||
}, | ||
@@ -49,3 +49,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/aryth#readme", | ||
"gitHead": "adb8a1c9f3d54e59a4ecd3a5fe249ebeb6740272" | ||
"gitHead": "f6e2156ba2b4ebb37ba5eb933ff4b3e0bdd5ce96" | ||
} |
Updated@aryth/bound-vector@^0.5.4
Updated@aryth/util-bound@^0.5.4
Updated@vect/matrix-init@^0.5.22
Updated@vect/matrix-mapper@^0.5.22
Updated@vect/matrix-size@^0.5.22