@json-layout/core
Advanced tools
Comparing version 0.26.1 to 0.27.0
{ | ||
"name": "@json-layout/core", | ||
"version": "0.26.1", | ||
"version": "0.27.0", | ||
"description": "Compilation and state management utilities for JSON Layout.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -103,3 +103,2 @@ // import Debug from 'debug' | ||
for (const compObject of compObjects) { | ||
if (schema.description && !compObject.help) compObject.help = schema.description | ||
if (compObject.if) pushExpression(expressions, compObject.if) | ||
@@ -106,0 +105,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
157753
65
3569