Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "polylabel", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A JS library for finding optimal label position inside a polygon", | ||
@@ -13,2 +13,6 @@ "main": "polylabel.js", | ||
"license": "ISC", | ||
"files": [ | ||
"include", | ||
"polylabel.js" | ||
], | ||
"devDependencies": { | ||
@@ -15,0 +19,0 @@ "eslint": "^7.0.0", |
@@ -5,2 +5,4 @@ 'use strict'; | ||
if (Queue.default) Queue = Queue.default; // temporary webpack fix | ||
module.exports = polylabel; | ||
@@ -7,0 +9,0 @@ module.exports.default = polylabel; |
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
14839
5
122
1