@forestadmin/context
Advanced tools
Comparing version 1.42.6 to 1.42.7
{ | ||
"name": "@forestadmin/context", | ||
"version": "1.42.6", | ||
"version": "1.42.7", | ||
"description": "Minimal context management helper for applications and libraries.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -74,2 +74,3 @@ module.exports = class Metadata { | ||
.filter(({ path }) => path.startsWith(`${parentStepPath}/`)) | ||
.filter(({ path }) => path.split('/').length === parentStepPath.split('/').length + 1) | ||
.filter(({ options }) => options && options.private) | ||
@@ -76,0 +77,0 @@ .map(({ path }) => path); |
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
67554
825