@deepkit/injector
Advanced tools
Comparing version 1.0.1-alpha.39 to 1.0.1-alpha.40
@@ -49,2 +49,7 @@ import { ClassSchema, ExtractClassDefinition, PlainSchemaProps, PropertySchema } from '@deepkit/type'; | ||
} | ||
export declare type InjectOptions = { | ||
token: any | ForwardRef<any>; | ||
optional: boolean; | ||
root: boolean; | ||
}; | ||
declare type ForwardRef<T> = () => T; | ||
@@ -51,0 +56,0 @@ export declare function inject(token?: any | ForwardRef<any>): InjectDecorator; |
@@ -49,2 +49,7 @@ import { ClassSchema, ExtractClassDefinition, PlainSchemaProps, PropertySchema } from '@deepkit/type'; | ||
} | ||
export declare type InjectOptions = { | ||
token: any | ForwardRef<any>; | ||
optional: boolean; | ||
root: boolean; | ||
}; | ||
declare type ForwardRef<T> = () => T; | ||
@@ -51,0 +56,0 @@ export declare function inject(token?: any | ForwardRef<any>): InjectDecorator; |
{ | ||
"name": "@deepkit/injector", | ||
"version": "1.0.1-alpha.39", | ||
"version": "1.0.1-alpha.40", | ||
"description": "Deepkit Dependency Injection", | ||
@@ -31,3 +31,3 @@ "type": "commonjs", | ||
"@deepkit/core": "^1.0.1-alpha.39", | ||
"@deepkit/type": "^1.0.1-alpha.39", | ||
"@deepkit/type": "^1.0.1-alpha.40", | ||
"reflect-metadata": "^0.1.13" | ||
@@ -43,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "21b4849669752cc18aa13094594a08f240042e69" | ||
"gitHead": "ec8b31395e0dbd76a550872dd3f510f0c75bfbf6" | ||
} |
@@ -129,3 +129,3 @@ /* | ||
type InjectOptions = { | ||
export type InjectOptions = { | ||
token: any | ForwardRef<any>; | ||
@@ -132,0 +132,0 @@ optional: boolean; |
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
314831
4321