@webiny/ioc
Advanced tools
Comparing version 5.40.6 to 5.41.0-beta.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.6", | ||
"version": "5.41.0-beta.0", | ||
"main": "index.js", | ||
@@ -17,7 +17,7 @@ "repository": { | ||
"devDependencies": { | ||
"@webiny/cli": "5.40.6", | ||
"@webiny/project-utils": "5.40.6", | ||
"@webiny/cli": "5.41.0-beta.0", | ||
"@webiny/project-utils": "5.41.0-beta.0", | ||
"ttypescript": "1.5.15", | ||
"typescript": "4.7.4", | ||
"zod": "3.22.4" | ||
"typescript": "4.9.5", | ||
"zod": "3.23.8" | ||
}, | ||
@@ -32,3 +32,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "f9da84b373e62f9f269599c4301e5e4418a98d51" | ||
"gitHead": "9ce5e75fc577aa4de2cf08d5ca734b3c98fe65b6" | ||
} |
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
12157
2