@loaders.gl/gis
Advanced tools
Comparing version 4.0.0-beta.2 to 4.0.0-beta.3
{ | ||
"name": "@loaders.gl/gis", | ||
"description": "Helpers for GIS category data", | ||
"version": "4.0.0-beta.2", | ||
"version": "4.0.0-beta.3", | ||
"license": "MIT", | ||
"type": "module", | ||
"publishConfig": { | ||
@@ -18,4 +19,11 @@ "access": "public" | ||
"types": "dist/index.d.ts", | ||
"main": "dist/es5/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -28,12 +36,12 @@ "files": [ | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "4.0.0-beta.2", | ||
"@loaders.gl/schema": "4.0.0-beta.2", | ||
"@loaders.gl/loader-utils": "4.0.0-beta.3", | ||
"@loaders.gl/schema": "4.0.0-beta.3", | ||
"@mapbox/vector-tile": "^1.3.1", | ||
"@math.gl/polygon": "^3.5.1", | ||
"@math.gl/polygon": "^4.0.0", | ||
"pbf": "^3.2.1" | ||
}, | ||
"devDependencies": { | ||
"@math.gl/proj4": "^3.5.1" | ||
"@math.gl/proj4": "^4.0.0" | ||
}, | ||
"gitHead": "79c2033f755e88e11bc30a04428e3666b177b8fc" | ||
"gitHead": "7ba9621cc51c7a26c407086ac86171f35b8712af" | ||
} |
@@ -447,3 +447,2 @@ /* eslint-disable indent */ | ||
// Compute triangulation | ||
// @ts-expect-error TODO can earcut handle binary arrays? Add tests? | ||
const triangles = earcut(polygonPositions, holes, coordLength, areas); | ||
@@ -450,0 +449,0 @@ |
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
Yes
178472
44
2849
1
+ Added@loaders.gl/loader-utils@4.0.0-beta.3(transitive)
+ Added@loaders.gl/schema@4.0.0-beta.3(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-beta.3(transitive)
+ Added@math.gl/core@4.1.0(transitive)
+ Added@math.gl/polygon@4.1.0(transitive)
+ Added@math.gl/types@4.1.0(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-beta.2(transitive)
- Removed@loaders.gl/schema@4.0.0-beta.2(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-beta.2(transitive)
- Removed@math.gl/core@3.6.3(transitive)
- Removed@math.gl/polygon@3.6.3(transitive)
- Removed@math.gl/types@3.6.3(transitive)
- Removedgl-matrix@3.4.3(transitive)
Updated@math.gl/polygon@^4.0.0