Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "evolui", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Observable powered templates for asynchronous UIs", | ||
@@ -37,3 +37,2 @@ "main": "lib/evolui.js", | ||
"rollup": "^0.51.7", | ||
"rollup-plugin-auto-external": "^1.2.0", | ||
"rollup-plugin-babel": "^3.0.2", | ||
@@ -40,0 +39,0 @@ "rollup-plugin-commonjs": "^8.2.6", |
@@ -5,3 +5,2 @@ import babel from 'rollup-plugin-babel' | ||
import uglify from 'rollup-plugin-uglify' | ||
import autoExternal from 'rollup-plugin-auto-external' | ||
@@ -24,5 +23,5 @@ const createConfig = (input, output, additionnalPlugins = []) => ({ | ||
}), | ||
autoExternal(), | ||
...additionnalPlugins | ||
] | ||
], | ||
external: ['rxjs', 'rxjs/operators', 'vdom-tag', 'rx-ease'] | ||
}) | ||
@@ -29,0 +28,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
18
109431
2860