@travetto/di
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -24,3 +24,3 @@ { | ||
}, | ||
"version": "0.0.21" | ||
"version": "0.0.22" | ||
} |
@@ -39,3 +39,3 @@ import { InjectableConfig, Dependency } from '../types'; | ||
return (target: any) => { | ||
DependencyRegistry.registerConstructor(target, (configs || []) as any as Dependency[]); | ||
DependencyRegistry.registerConstructor(target, configs as any as Dependency[]); | ||
}; | ||
@@ -42,0 +42,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30773