@injex/core
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -55,3 +55,3 @@ import { IConstructor, Logger } from "@injex/stdlib"; | ||
get<K = any>(itemNameOrType: ModuleName | IConstructor): K; | ||
getAlias<K extends string = string, V = any>(alias: string, keyBy: string): AliasMap<K, V> | AliasFactory<K, V> | V[]; | ||
getAlias<K extends string = string, V = any>(alias: string, keyBy?: string): AliasMap<K, V> | AliasFactory<K, V> | V[]; | ||
} |
{ | ||
"name": "@injex/core", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@injex/stdlib": "^2.0.5", | ||
"@injex/stdlib": "^2.0.6", | ||
"tslib": "^2.0.1" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "6bc313b8108a4b4f722543a16bd38c5b96ac369e" | ||
"gitHead": "f9b5e04a076f3aa852623d3528c2491240a4c22a" | ||
} |
Sorry, the diff of this file is not supported yet
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
45870
Updated@injex/stdlib@^2.0.6