@injex/core
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -55,3 +55,3 @@ import { Hook, IConstructor, LogLevel } from "@injex/stdlib"; | ||
export declare type AliasFactory<K extends string, T> = { | ||
[key in K]: () => T; | ||
[key in K]: (...args: any[]) => T; | ||
}; | ||
@@ -58,0 +58,0 @@ export declare type AliasMap<K extends string, T> = { |
{ | ||
"name": "@injex/core", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@injex/stdlib": "^2.0.6", | ||
"@injex/stdlib": "^2.0.7", | ||
"tslib": "^2.0.1" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "f9b5e04a076f3aa852623d3528c2491240a4c22a" | ||
"gitHead": "1a28774ff3278a77dfe4500598458628a5ecd5d0" | ||
} |
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
45884
Updated@injex/stdlib@^2.0.7