broccoli-node-api
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -132,2 +132,8 @@ /** | ||
needsCache: boolean; | ||
/** | ||
If true, memoization will not be applied and the build method will always be | ||
called regardless if the inputNodes have changed. Defaults to false. | ||
*/ | ||
volatile: boolean; | ||
} | ||
@@ -134,0 +140,0 @@ |
{ | ||
"name": "broccoli-node-api", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Broccoli Plugin API Types", | ||
@@ -5,0 +5,0 @@ "repository": "github:broccolijs/broccoli-node-api", |
@@ -144,2 +144,3 @@ # `broccoli-node-api` | ||
needsCache: boolean; | ||
volatile: boolean; | ||
} | ||
@@ -146,0 +147,0 @@ ``` |
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
11127
167
172