Comparing version 9.0.0 to 9.0.1
@@ -83,3 +83,3 @@ export type ValueType = 'value'; | ||
get<T>(name: string, strict?: boolean): T; | ||
invoke<T>(func: (...args: unknown[]) => T, context: InjectionContext, locals: LocalsMap): T; | ||
invoke<T>(func: (...args: any[]) => T, context?: InjectionContext, locals?: LocalsMap): T; | ||
instantiate<T>(Type: T): T; | ||
@@ -86,0 +86,0 @@ createChild(modules: ModuleDefinition[], forceNewInstances?: string[]): Injector; |
{ | ||
"name": "didi", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Dependency Injection for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
34496