rollup-plugin-svelte
Advanced tools
Comparing version 5.0.0 to 5.0.1
# rollup-plugin-svelte changelog | ||
## 5.0.1 | ||
* Use `this.addWatchFile` if present ([#46](https://github.com/rollup/rollup-plugin-svelte/pull/46)) | ||
## 5.0.0 | ||
@@ -4,0 +8,0 @@ *2018-12-16* |
@@ -248,3 +248,7 @@ const fs = require('fs'); | ||
compiled.js.dependencies = dependencies; | ||
if (this.addWatchFile) { | ||
dependencies.forEach(dependency => this.addWatchFile(dependency)); | ||
} else { | ||
compiled.js.dependencies = dependencies; | ||
} | ||
@@ -251,0 +255,0 @@ return compiled.js; |
{ | ||
"name": "rollup-plugin-svelte", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Compile Svelte components with Rollup", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16456
248
0