@percy/config
Advanced tools
Comparing version 1.0.0-beta.34 to 1.0.0-beta.35
@@ -34,6 +34,6 @@ "use strict"; | ||
case 'json': | ||
return JSON.stringify(config, null, 2); | ||
return JSON.stringify(config, null, 2) + '\n'; | ||
case 'js': | ||
return `module.exports = ${inspect(config)}`; | ||
return `module.exports = ${inspect(config)}\n`; | ||
@@ -40,0 +40,0 @@ default: |
{ | ||
"name": "@percy/config", | ||
"version": "1.0.0-beta.34", | ||
"version": "1.0.0-beta.35", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@percy/logger": "^1.0.0-beta.34", | ||
"@percy/logger": "^1.0.0-beta.35", | ||
"ajv": "^7.0.3", | ||
@@ -37,3 +37,3 @@ "cosmiconfig": "^7.0.0", | ||
}, | ||
"gitHead": "33915b5865c49bf8ef38c6f7a9eaf9e164869518" | ||
"gitHead": "d158a3033eb018341d24473ccec964c90ddcdf1c" | ||
} |
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
19154
Updated@percy/logger@^1.0.0-beta.35