@forge/manifest
Advanced tools
Comparing version
@@ -20,2 +20,5 @@ "use strict"; | ||
processErrorMessage = (error) => { | ||
if (error.keyword === 'if' && ['then', 'else'].some((keyword) => keyword === error.params.failingKeyword)) { | ||
return undefined; | ||
} | ||
if (error.keyword === 'required' && error.schemaPath.includes('oneOf')) { | ||
@@ -22,0 +25,0 @@ return undefined; |
{ | ||
"name": "@forge/manifest", | ||
"version": "8.7.0-next.4", | ||
"version": "8.7.0-next.5", | ||
"description": "Definitions and validations of the Forge manifest", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3490929
0.01%99114
0