Comparing version 1.0.0-alpha.3.0 to 1.0.0-alpha.4.0
{ | ||
"name": "binguru", | ||
"version": "1.0.0-alpha.3.0", | ||
"version": "1.0.0-alpha.4.0", | ||
"description": "BinGuru is a Javascript package with an API to several established data binning / data classification methods, often used for visualizing data on choropleth maps. It also includes an implementation of a new, consensus binning method, 'Resiliency'.", | ||
@@ -38,3 +38,2 @@ "type": "module", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^25.0.2", | ||
"rimraf": "^5.0.1", | ||
@@ -41,0 +40,0 @@ "rollup": "^3.25.3", |
@@ -1,3 +0,1 @@ | ||
import commonjs from '@rollup/plugin-commonjs'; | ||
export default { | ||
@@ -13,10 +11,13 @@ input: 'lib/index.js', | ||
format: 'umd', | ||
name: 'binguru', | ||
name: 'binguru' | ||
}, | ||
{ | ||
file: 'dist/index.amd.js', | ||
format: 'amd' | ||
}, | ||
{ | ||
file: 'dist/index.cjs', | ||
format: 'cjs', | ||
plugins: [commonjs()] | ||
format: 'cjs' | ||
} | ||
] | ||
}; |
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
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
281615
3
11
5985
0