@communities-webruntime/metadata-schema
Advanced tools
Comparing version 1.64.1 to 1.64.2
@@ -20,3 +20,3 @@ /** | ||
compileSchemas(schemasToCompile) { | ||
schemasToCompile.forEach(schemaId => { | ||
schemasToCompile.forEach((schemaId) => { | ||
const schema = this.loadSchema(schemaId); | ||
@@ -32,3 +32,3 @@ this.allSchemas.set(schemaId, schema); | ||
return new Promise((resolve, reject) => { | ||
const matchingSchemaIds = [...this.allSchemas.keys()].filter(schema => { | ||
const matchingSchemaIds = [...this.allSchemas.keys()].filter((schema) => { | ||
return schema.includes(schemaId); | ||
@@ -43,3 +43,3 @@ }); | ||
} | ||
matchingSchemaIds.forEach(matchingSchemaId => { | ||
matchingSchemaIds.forEach((matchingSchemaId) => { | ||
const schema = this.allSchemas.get(matchingSchemaId); | ||
@@ -46,0 +46,0 @@ let errors = []; |
{ | ||
"name": "@communities-webruntime/metadata-schema", | ||
"license": "MIT", | ||
"version": "1.64.1", | ||
"version": "1.64.2", | ||
"description": "UI metadata schema specs for Lightning Web Runtime", | ||
@@ -39,3 +39,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "ec296978712fe7aeff36fa5e6c97c4ebc1c30eb9" | ||
"gitHead": "61b8e9f32c00f9d12596a8e1a1cb8453611edb57" | ||
} |
Sorry, the diff of this file is not supported yet
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
22241