@woosh/meep-engine 2.119.96 → 2.119.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -46,7 +46,7 @@ export function convert_node_graph_to_dot_string({graph}){
|
|
|
46
46
|
const inputs = portBlock(node.inEndpoints);
|
|
47
47
|
const outputs = portBlock(node.outEndpoints);
|
|
48
48
|
|
|
49
|
-
lb.add(`${nodeId(node.id)}[label="${inputs}|${node.
|
|
49
|
+
lb.add(`${nodeId(node.id)}[label="${inputs}|${node.description.name}/${node.id}|${outputs}"];`)
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
// populate connections
|