@json-layout/core
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "@json-layout/core", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Compilation and state management utilities for JSON Layout.", | ||
@@ -62,3 +62,3 @@ "type": "module", | ||
"dependencies": { | ||
"@json-layout/vocabulary": "~1.0.0", | ||
"@json-layout/vocabulary": "~1.1.0", | ||
"ajv": "^8.12.0", | ||
@@ -65,0 +65,0 @@ "ajv-errors": "^3.0.0", |
@@ -378,3 +378,3 @@ // eslint-disable-next-line import/no-named-default | ||
if (node.layout.comp === 'file-input') { | ||
if (this.compiledLayout.components[node.layout.comp]?.isFileInput) { | ||
if (transformedData) { | ||
@@ -381,0 +381,0 @@ // @ts-ignore |
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
178462
+ Added@json-layout/vocabulary@1.1.0(transitive)
- Removed@json-layout/vocabulary@1.0.0(transitive)