@athenna/view
Advanced tools
Comparing version 4.15.0 to 4.16.0
{ | ||
"name": "@athenna/view", | ||
"version": "4.15.0", | ||
"version": "4.16.0", | ||
"description": "The Athenna template engine. Built on top of Edge.js.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -18,3 +18,3 @@ /** | ||
} | ||
const disks = Config.get('view.namedDisks'); | ||
const disks = Config.get('view.namedDisks', {}); | ||
Object.keys(disks).forEach(k => view.createViewDisk(k, disks[k])); | ||
@@ -21,0 +21,0 @@ const components = Config.get('view.components', {}); |
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
40830