@aryth/rank-matrix
Advanced tools
Comparing version 0.2.14 to 0.3.0
{ | ||
"name": "@aryth/rank-matrix", | ||
"version": "0.2.14", | ||
"version": "0.3.0", | ||
"description": "Return ranks of each element in a 2-d array", | ||
@@ -18,7 +18,7 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@vect/matrix-mapper": "^0.2.8" | ||
"@vect/matrix-mapper": "^0.2.10" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hoyeungw/aryth.git" | ||
"url": "git+https://github.com/gadge/aryth.git" | ||
}, | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"homepage": "https://github.com/hoyeungw/aryth#readme", | ||
"gitHead": "e6c03af3271cc7b45aa029eedda5ab2d9fdf71e6" | ||
"gitHead": "9e7b2050628ba370afbb77fa47b0c352ff180e36" | ||
} |
4847
Updated@vect/matrix-mapper@^0.2.10