@wroud/di-tools-analyzer
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,2 +6,12 @@ <!-- header --> | ||
<!-- version:0.3.1 --> | ||
## 0.3.1 (2024-11-19) | ||
[Compare changes](https://github.com/Wroud/foundation/compare/di-tools-analyzer-v0.3.0...di-tools-analyzer-v0.3.1) | ||
<!-- changelog --> | ||
### 🩹 Fixes | ||
- add space for node labels ([b078a0e](https://github.com/Wroud/foundation/commit/b078a0e)) | ||
<!-- version:0.3.0 --> | ||
@@ -8,0 +18,0 @@ ## 0.3.0 (2024-11-18) |
@@ -96,3 +96,3 @@ import * as d3 from "d3"; | ||
.attr("x", 0) | ||
.attr("dy", i === 0 ? -16 : `-${lineHeight}em`); | ||
.attr("dy", i === 0 ? -Layout.node.radius * 6 : `-${lineHeight}em`); | ||
}); | ||
@@ -99,0 +99,0 @@ }); |
{ | ||
"name": "@wroud/di-tools-analyzer", | ||
"description": "DI Tools Analyzer is a tool that helps you to analyze the dependency injection tools in your project and generate a report for them.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"packageManager": "yarn@4.5.0", | ||
@@ -6,0 +6,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
83974