@vivocha/public-entities
Advanced tools
Comparing version 5.9.14 to 5.9.16
@@ -97,3 +97,6 @@ "use strict"; | ||
for (let def of this.options.manifest.variables) { | ||
let val = this.options.settings.variables[def.id] || def.defaultValue; | ||
let val = this.options.settings.variables[def.id]; | ||
if (typeof val === 'undefined') { | ||
val = def.defaultValue; | ||
} | ||
if (typeof val !== 'undefined') { | ||
@@ -100,0 +103,0 @@ switch (def.type) { |
{ | ||
"name": "@vivocha/public-entities", | ||
"version": "5.9.14", | ||
"version": "5.9.16", | ||
"description": "Vivocha public entities and types", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/node": "^8.0.52", | ||
"@types/node": "^8.0.53", | ||
"@types/node-sass": "^3.10.32", | ||
@@ -52,4 +52,4 @@ "jsonref-cli": "^1.0.0", | ||
"request": "^2.83.0", | ||
"sass.js": "^0.10.6" | ||
"sass.js": "^0.10.7" | ||
} | ||
} |
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
21508
633
+ Addedpsl@1.14.0(transitive)
- Removedpsl@1.13.0(transitive)
Updatedsass.js@^0.10.7