@mathigon/euclid
Advanced tools
Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "@mathigon/euclid", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Euclidean geometry classes and tools for JavaScript.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,4 +10,4 @@ import typescript from '@rollup/plugin-typescript'; | ||
module.exports = [ | ||
{...options, output: {file: 'dist/fermat.cjs.js', format: 'cjs'}}, | ||
{...options, output: {file: 'dist/fermat.esm.js', format: 'esm'}} | ||
{...options, output: {file: 'dist/euclid.cjs.js', format: 'cjs'}}, | ||
{...options, output: {file: 'dist/euclid.esm.js', format: 'esm'}} | ||
]; |
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
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
1