@percy/config
Advanced tools
Comparing version 1.29.1 to 1.29.2-beta.0
@@ -85,3 +85,3 @@ import fs from 'fs'; | ||
let errors = config && validate(config); | ||
if (errors) { | ||
if ((errors === null || errors === void 0 ? void 0 : errors.length) > 0) { | ||
log.warn('Invalid config:'); | ||
@@ -88,0 +88,0 @@ for (let e of errors) log.warn(`- ${e.path}: ${e.message}`); |
{ | ||
"name": "@percy/config", | ||
"version": "1.29.1", | ||
"version": "1.29.2-beta.0", | ||
"license": "MIT", | ||
@@ -12,3 +12,3 @@ "repository": { | ||
"access": "public", | ||
"tag": "latest" | ||
"tag": "beta" | ||
}, | ||
@@ -42,3 +42,3 @@ "engines": { | ||
"dependencies": { | ||
"@percy/logger": "1.29.1", | ||
"@percy/logger": "1.29.2-beta.0", | ||
"ajv": "^8.6.2", | ||
@@ -51,3 +51,3 @@ "cosmiconfig": "^8.0.0", | ||
}, | ||
"gitHead": "a2f1abdeb72e34cdc82f9d684902b38a8e7e0957" | ||
"gitHead": "5e1526d9d9b3e08f3f667de97f340c3ac8c3809c" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
34910
2
+ Added@percy/logger@1.29.2-beta.0(transitive)
- Removed@percy/logger@1.29.1(transitive)
Updated@percy/logger@1.29.2-beta.0