@travetto/di
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -22,3 +22,3 @@ { | ||
}, | ||
"version": "0.0.11" | ||
"version": "0.0.12" | ||
} |
@@ -58,4 +58,4 @@ import { InjectableConfig, Dependency } from '../types'; | ||
export function InjectableFactory(config: InjectableFactoryConfig<any>): MethodDecorator; | ||
export function InjectableFactory(symbol: symbol, config?: InjectableFactoryConfig<any>): MethodDecorator; | ||
export function InjectableFactory(config?: InjectableFactoryConfig<any>): MethodDecorator; | ||
export function InjectableFactory(...args: any[]): MethodDecorator { | ||
@@ -62,0 +62,0 @@ |
@@ -83,3 +83,3 @@ import { DependencyRegistry } from '../src/service'; | ||
assert(inst.age === 11); | ||
assert(inst.age === 11) | ||
@@ -86,0 +86,0 @@ //assert(inst.db.dbConfig === undefined); |
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