@thi.ng/geom
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@thi.ng/geom", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "2D/3D geometry primitives", | ||
@@ -31,7 +31,7 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^4.2.1", | ||
"@thi.ng/checks": "^1.5.11", | ||
"@thi.ng/math": "^0.0.1", | ||
"@thi.ng/transducers": "^2.1.6", | ||
"@thi.ng/vectors": "^1.3.0" | ||
"@thi.ng/api": "^4.2.2", | ||
"@thi.ng/checks": "^1.5.12", | ||
"@thi.ng/math": "^0.1.0", | ||
"@thi.ng/transducers": "^2.2.0", | ||
"@thi.ng/vectors": "^1.4.0" | ||
}, | ||
@@ -49,3 +49,4 @@ "keywords": [ | ||
"access": "public" | ||
} | ||
} | ||
}, | ||
"gitHead": "6e563377f8cdbdda904559c956a2a558eb9fed64" | ||
} |
935007
79
+ Added@thi.ng/math@0.1.0(transitive)
- Removed@thi.ng/math@0.0.1(transitive)
Updated@thi.ng/api@^4.2.2
Updated@thi.ng/checks@^1.5.12
Updated@thi.ng/math@^0.1.0
Updated@thi.ng/transducers@^2.2.0
Updated@thi.ng/vectors@^1.4.0