@forestadmin/context
Advanced tools
Comparing version 1.35.2 to 1.35.3
{ | ||
"name": "@forestadmin/context", | ||
"version": "1.35.2", | ||
"version": "1.35.3", | ||
"description": "Minimal context management helper for applications and libraries.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -55,2 +55,4 @@ export type PlanType = | ||
replace<T>(relativePath: string, value: T, options?: EntryOptions): Plan; | ||
addPackage(name: string, item: PlanDefinition, options?: EntryOptions): Plan; | ||
@@ -57,0 +59,0 @@ addStep(name: string, item: PlanDefinition, options?: EntryOptions): 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
61529
696