@flatten-js/core
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -353,3 +353,3 @@ // Type definitions for flatten-js library | ||
isZeroLength(): boolean; | ||
sortPoint(points: Array<Point>) : Array<Point>; | ||
sortPoints(points: Array<Point>) : Array<Point>; | ||
toJSON() : Object; | ||
@@ -356,0 +356,0 @@ svg(attrs?: SVGAttributes): string; |
{ | ||
"name": "@flatten-js/core", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "Javascript library for 2d geometry", | ||
"main": "dist/main.cjs.js", | ||
"main": "dist/main.cjs", | ||
"umd:main": "dist/main.umd.js", | ||
"unpkg": "dist/main.umd.js", | ||
"module": "dist/main.esm.js", | ||
"module": "dist/main.mjs", | ||
"types": "index.d.ts", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"require": "./dist/main.cjs", | ||
"import": "./dist/main.mjs", | ||
"default": "./dist/main.umd.js" | ||
}, | ||
"nyc": { | ||
@@ -11,0 +17,0 @@ "require": [ |
@@ -7,3 +7,3 @@ import { nodeResolve } from '@rollup/plugin-node-resolve'; | ||
{ | ||
file: 'dist/main.cjs.js', | ||
file: 'dist/main.cjs', | ||
format: 'cjs', | ||
@@ -13,3 +13,3 @@ exports: 'named' | ||
{ | ||
file: 'dist/main.esm.js', | ||
file: 'dist/main.mjs', | ||
format: 'esm', | ||
@@ -16,0 +16,0 @@ exports: 'named' |
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
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
5766057
36846