Comparing version 2.0.2 to 2.0.3
@@ -16,2 +16,3 @@ declare type AbstractConstructor<T = any> = abstract new (...args: any[]) => T; | ||
}; | ||
with: (...injectionParams: any[]) => void; | ||
}; | ||
@@ -18,0 +19,0 @@ registerInstance: <TInstance extends Object>(instance: TInstance) => { |
{ | ||
"name": "cheap-di", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "JavaScript dependency injection like Autofac in .Net", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
16960
163