Comparing version 1.5.7 to 1.5.8
@@ -14,3 +14,3 @@ import * as Application from 'koa'; | ||
resolve(dependencyName: string): any | ||
addImports(dependencies: Map<string, DependencyConfig>) | ||
addImports(dependencies: Map<string, any>) | ||
register(...dependencies: DependencyConfig[]) | ||
@@ -17,0 +17,0 @@ getConfigOf(dependencyName: string): DependencyConfig |
{ | ||
"name": "hekdi", | ||
"version": "1.5.7", | ||
"version": "1.5.8", | ||
"description": "Depedency injection framework for node integrated with koa.js", | ||
@@ -5,0 +5,0 @@ "main": "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
18753