@lcem/declarative-type-validator
Advanced tools
Comparing version 0.6.7 to 0.6.8
@@ -6,10 +6,13 @@ # Change Log | ||
## [0.6.7](https://github.com/salesforce/low-code-experience-model/compare/v0.6.6...v0.6.7) (2021-05-20) | ||
## [0.6.8](https://github.com/salesforce/low-code-experience-model/compare/v0.6.7...v0.6.8) (2021-05-24) | ||
**Note:** Version bump only for package @lcem/declarative-type-validator | ||
### Bug Fixes | ||
* remove irrelevant errors of other component properties @W-9303662 ([#29](https://github.com/salesforce/low-code-experience-model/issues/29)) ([f33d3dd](https://github.com/salesforce/low-code-experience-model/commit/f33d3dd31f2d50c97aee3daf826f4b382bf59867)) | ||
# [0.6.0](https://git.soma.salesforce.com/BuilderFramework/canonical-ui-metadata/compare/v0.5.6...v0.6.0) (2021-03-29) | ||
@@ -16,0 +19,0 @@ |
@@ -115,3 +115,7 @@ import Ajv from 'ajv'; | ||
} | ||
export declare type ValidationError = Error; | ||
export declare type ValidationError = Error & { | ||
keyword: string; | ||
dataPath: string; | ||
params: any; | ||
}; | ||
export interface ValidationResult { | ||
@@ -118,0 +122,0 @@ isValid: boolean; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.6.7", | ||
"version": "0.6.8", | ||
"type": "module", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@lcem/canonical-ui-metadata-schema": "0.6.7", | ||
"@lcem/canonical-ui-metadata-schema": "0.6.8", | ||
"ajv": "^6.12.2", | ||
@@ -31,0 +31,0 @@ "ajv-errors": "^1.0.1" |
Sorry, the diff of this file is too big to display
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
314354
7772
+ Added@lcem/canonical-ui-metadata-schema@0.6.8(transitive)
- Removed@lcem/canonical-ui-metadata-schema@0.6.7(transitive)