@adonisjs/fold
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -287,4 +287,4 @@ /** | ||
*/ | ||
call<Namespace extends Extract<keyof ContainerBindings, string>>(namespace: Namespace | string, prefixNamespace: string, args?: any[]): any; | ||
call<Namespace extends Extract<keyof ContainerBindings, string>>(namespace: Namespace | string, prefixNamespace?: string, args?: any[]): any; | ||
call<Namespace extends Extract<keyof ContainerBindings, string>>(namespace: IocResolverLookupNode<Namespace | string>, prefixNamespace: undefined, args?: any[]): any; | ||
} |
{ | ||
"name": "@adonisjs/fold", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Dependency manager and IoC container for your next NodeJs application", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
75098