@forestadmin/context
Advanced tools
Comparing version 1.40.11 to 1.40.12
{ | ||
"name": "@forestadmin/context", | ||
"version": "1.40.11", | ||
"version": "1.40.12", | ||
"description": "Minimal context management helper for applications and libraries.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -72,3 +72,3 @@ export type PlanType = | ||
name: string, | ||
value: new (...args: any[]) => T, | ||
value: new (...args: any[]) => T | (() => new (...args: any[]) => T), | ||
options?: ClassEntryOptions | ||
@@ -75,0 +75,0 @@ ): Plan; |
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
64625