fix: Bug with transitive dependency resolution

This commit is contained in:
abhisek
2025-05-15 14:33:46 +05:30
parent a399e2f59c
commit 0c2a2ec0b2
7 changed files with 46 additions and 19 deletions
+3 -2
View File
@@ -12,8 +12,9 @@ type contextValue struct {
// Global configuration
type Config struct {
Transitive bool
TransitiveDepth int
Transitive bool
TransitiveDepth int
IncludeDevDependencies bool
}
// Inject config into context while protecting against context poisoning