@injex/core
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -17,3 +17,3 @@ import { IConstructor } from "@injex/stdlib"; | ||
/** | ||
* Load all project files and call `registerModuleExports` with each module | ||
* Load all project files and call `registerModuleExports` for each module | ||
*/ | ||
@@ -20,0 +20,0 @@ protected abstract loadContainerFiles(): void; |
@@ -39,5 +39,5 @@ import { Hook, IConstructor, LogLevel } from "@injex/stdlib"; | ||
beforeCreateModules: Hook; | ||
afterModuleCreation: Hook<[module: IModule]>; | ||
afterModuleCreation: Hook<[IModule]>; | ||
afterCreateModules: Hook; | ||
berforeCreateInstance: Hook<[constructor: IConstructor, args: any[]]>; | ||
berforeCreateInstance: Hook<[IConstructor, args: any[]]>; | ||
} | ||
@@ -44,0 +44,0 @@ export interface IContainerConfig { |
{ | ||
"name": "@injex/core", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@injex/stdlib": "^2.0.0-alpha.1", | ||
"@injex/stdlib": "^2.0.0-alpha.2", | ||
"tslib": "^2.0.1" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "5d16798c7995d090267b304709b588e07f4e7c16" | ||
"gitHead": "48c6f4fc817b25d9b8f6e619319b5a52f85e4f33" | ||
} |
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
44181
Updated@injex/stdlib@^2.0.0-alpha.2