@lcem/declarative-type
Advanced tools
Comparing version 0.6.17 to 0.6.19
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.6.17](https://github.com/salesforce/low-code-experience-model/compare/v0.6.16...v0.6.17) (2021-06-27) | ||
## [0.6.19](https://github.com/salesforce/low-code-experience-model/compare/v0.6.17...v0.6.19) (2021-06-30) | ||
@@ -12,8 +12,13 @@ | ||
* rollup @W-9526528 ([#57](https://github.com/salesforce/low-code-experience-model/issues/57)) ([2689bae](https://github.com/salesforce/low-code-experience-model/commit/2689bae4d26ad2496df65b3e773e97291f493211)) | ||
* reference resolution @W-9477593 ([#61](https://github.com/salesforce/low-code-experience-model/issues/61)) ([3d3f522](https://github.com/salesforce/low-code-experience-model/commit/3d3f522fa864147c5838506e448bcbe3e35ab2ef)) | ||
### Features | ||
* allow whitelisted custom keywords @W-9534658 ([#63](https://github.com/salesforce/low-code-experience-model/issues/63)) ([52a3210](https://github.com/salesforce/low-code-experience-model/commit/52a3210bda930cd10226a8f6aeb52e6730d3ca48)) | ||
# [0.6.0](https://git.soma.salesforce.com/BuilderFramework/canonical-ui-metadata/compare/v0.5.6...v0.6.0) (2021-03-29) | ||
@@ -20,0 +25,0 @@ |
@@ -162,3 +162,3 @@ import Ajv from 'ajv'; | ||
} | ||
export declare function getValidator(schema: JsonSchema, scope: string, initValue?: JsonValue, referenceMap?: DeclarativeTypeMap): Promise<ValidatorResult | null>; | ||
export declare function getValidator(schema: JsonSchema, scope: string, initValue?: JsonValue, referenceMap?: DeclarativeTypeMap, expectedCustomKeywords?: string[]): Promise<ValidatorResult | null>; | ||
export declare function getMin(schema?: JsonSchema): number | undefined; | ||
@@ -165,0 +165,0 @@ export declare function getMax(schema?: JsonSchema): number | undefined; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.6.17", | ||
"version": "0.6.19", | ||
"type": "module", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@lcem/meta-schemas": "0.6.17", | ||
"@lcem/meta-schemas": "0.6.19", | ||
"ajv": "^8.6.0", | ||
@@ -38,0 +38,0 @@ "ajv-errors": "^3.0.0", |
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
341286
8764
+ Added@lcem/meta-schemas@0.6.19(transitive)
- Removed@lcem/meta-schemas@0.6.17(transitive)
Updated@lcem/meta-schemas@0.6.19