graphology-layout-forceatlas2
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -24,3 +24,3 @@ import Graph from 'graphology-types'; | ||
settings?: ForceAtlas2Settings; | ||
weighted: boolean; | ||
weighted?: boolean; | ||
}; | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "graphology-layout-forceatlas2", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "ForceAtlas 2 layout algorithm for graphology.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ import Graph from 'graphology-types'; | ||
settings?: ForceAtlas2Settings; | ||
weighted: boolean; | ||
weighted?: boolean; | ||
}; | ||
@@ -12,0 +12,0 @@ |
76501