@webiny/ioc
Advanced tools
Comparing version 5.40.5 to 5.41.0-dbt.0
import { Decorator } from "./container"; | ||
export declare abstract class AbstractDecorator<T> implements Decorator<T> { | ||
private __decoratee; | ||
get decoratee(): T; | ||
get decoratee(): NonNullable<T>; | ||
setDecoratee(decoratee: T): void; | ||
} |
import { Container as BaseContainer, interfaces } from "inversify"; | ||
export declare type Constructor<T> = new (...args: any[]) => T; | ||
export type Constructor<T> = new (...args: any[]) => T; | ||
export interface Decorator<T> { | ||
@@ -4,0 +4,0 @@ readonly decoratee: T; |
{ | ||
"name": "@webiny/ioc", | ||
"version": "5.40.5", | ||
"version": "5.41.0-dbt.0", | ||
"main": "index.js", | ||
@@ -17,6 +17,6 @@ "repository": { | ||
"devDependencies": { | ||
"@webiny/cli": "5.40.5", | ||
"@webiny/project-utils": "5.40.5", | ||
"@webiny/cli": "5.41.0-dbt.0", | ||
"@webiny/project-utils": "5.41.0-dbt.0", | ||
"ttypescript": "1.5.15", | ||
"typescript": "4.7.4", | ||
"typescript": "4.9.5", | ||
"zod": "3.22.4" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "f67778732392ed88f28da869ddacbf08a98cdec6" | ||
"gitHead": "bbaec4dd1685579548c08bbde386aee5d96b80f8" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
12154
2