epip-generate
Advanced tools
Comparing version 1.2.98 to 1.2.99
{ | ||
"name": "epip-generate", | ||
"version": "1.2.98", | ||
"version": "1.2.99", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
@@ -48,3 +48,5 @@ "use strict"; | ||
const ajv = new Ajv(); | ||
const valid = ajv.validate(${name}.schema, this); | ||
const obj= ${name}.schema; | ||
delete obj['name'] | ||
const valid = ajv.validate(obj, this); | ||
if (!valid) { | ||
@@ -51,0 +53,0 @@ return ajv!.errors!.map(f=>f.message).join('\\n'); |
{ | ||
"name": "epip-generate", | ||
"version": "1.2.98", | ||
"version": "1.2.99", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is not supported yet
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
235971
1754