File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " egraph-visualizer" ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.1.9 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/saulshanabrook/egraph-visualizer.git"
Original file line number Diff line number Diff line change @@ -337,7 +337,6 @@ function toELKNode(
337
337
) ;
338
338
// Use interactive layout if more than half the classes already have positions as a heuristic
339
339
if ( ( overlappingClasses . false || [ ] ) . length > ( overlappingClasses . true || [ ] ) . length ) {
340
- console . log ( "not using interactive layout" ) ;
341
340
return { elkNode : elkRoot , colors } ;
342
341
}
343
342
// We have some children that were already layed out. So let's update all layout options to be interactive
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ export default defineConfig({
21
21
} ,
22
22
23
23
define : {
24
- "process.env" : { } ,
24
+ "process.env" : {
25
+ NODE_ENV : JSON . stringify ( process . env . NODE_ENV ) ,
26
+ } ,
25
27
} ,
26
28
} ) ;
You can’t perform that action at this time.
0 commit comments