@wroud/di-tools-analyzer
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -6,2 +6,12 @@ <!-- header --> | ||
<!-- version:0.5.0 --> | ||
## 0.5.0 (2024-11-25) | ||
[Compare changes](https://github.com/Wroud/foundation/compare/di-tools-analyzer-v0.4.0...di-tools-analyzer-v0.5.0) | ||
<!-- changelog --> | ||
### ✨ Features | ||
- improve performance ([03afb24](https://github.com/Wroud/foundation/commit/03afb24)) | ||
<!-- version:0.4.0 --> | ||
@@ -8,0 +18,0 @@ ## 0.4.0 (2024-11-20) |
@@ -7,5 +7,5 @@ import { resolveGeneratorAsync } from "@wroud/di/helpers/resolveGeneratorAsync.js"; | ||
return null; | ||
}, descriptor, new Set(), "async")); | ||
}, descriptor, null, { next: null, value: null }, "async")); | ||
return deps; | ||
} | ||
//# sourceMappingURL=loadImplementation.js.map |
{ | ||
"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.4.0", | ||
"version": "0.5.0", | ||
"packageManager": "yarn@4.5.0", | ||
@@ -6,0 +6,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
84642