rollup-plugin-prettier
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -123,8 +123,11 @@ /** | ||
console.warn( | ||
`[${this.name}] Sourcemap is enabled, computing diff is required` | ||
); | ||
console.warn( | ||
`[${this.name}] This may take a moment (depends on the size of your bundle)` | ||
); | ||
if (defaultSourcemap !== "silent") { | ||
console.warn( | ||
`[${this.name}] Sourcemap is enabled, computing diff is required` | ||
); | ||
console.warn( | ||
`[${this.name}] This may take a moment (depends on the size of your bundle)` | ||
); | ||
} | ||
const magicString = new MagicString(source); | ||
@@ -131,0 +134,0 @@ const changes = diff.diffChars(source, output); |
{ | ||
"name": "rollup-plugin-prettier", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Run prettier formatter with rollup", | ||
@@ -42,6 +42,7 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.9.0", | ||
"@babel/parser": "7.9.4", | ||
"@babel/preset-env": "7.9.5", | ||
"@babel/core": "7.9.6", | ||
"@babel/parser": "7.9.6", | ||
"@babel/preset-env": "7.9.6", | ||
"@babel/register": "7.9.0", | ||
"@rollup/plugin-babel": "5.0.2", | ||
"babel-plugin-add-module-exports": "1.0.2", | ||
@@ -53,3 +54,3 @@ "eslint": "6.8.0", | ||
"gulp-bump": "3.1.3", | ||
"gulp-conventional-changelog": "2.0.29", | ||
"gulp-conventional-changelog": "2.0.32", | ||
"gulp-eslint": "6.0.0", | ||
@@ -60,10 +61,9 @@ "gulp-git": "2.10.1", | ||
"lodash.startswith": "4.2.1", | ||
"prettier": "2.0.4", | ||
"prettier": "2.0.5", | ||
"q": "1.5.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.3.4", | ||
"rollup-plugin-babel": "4.4.0", | ||
"rollup-plugin-license": "2.0.0", | ||
"rollup": "2.10.8", | ||
"rollup-plugin-license": "2.1.0", | ||
"rollup-plugin-strip-banner": "2.0.0", | ||
"tmp": "0.1.0" | ||
"tmp": "0.2.1" | ||
}, | ||
@@ -70,0 +70,0 @@ "engines": { |
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
79565
163