@turf/dissolve
Advanced tools
Comparing version
{ | ||
"name": "@turf/dissolve", | ||
"version": "7.0.0-alpha.0", | ||
"version": "7.0.0-alpha.1", | ||
"description": "turf dissolve module", | ||
@@ -31,2 +31,3 @@ "author": "Turf Authors", | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./dist/es/index.js", | ||
@@ -43,7 +44,7 @@ "require": "./dist/js/index.js" | ||
"scripts": { | ||
"bench": "node -r esm bench.js", | ||
"bench": "tsx bench.js", | ||
"build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json", | ||
"docs": "node ../../scripts/generate-readmes", | ||
"docs": "tsx ../../scripts/generate-readmes", | ||
"test": "npm-run-all test:*", | ||
"test:tape": "node -r esm test.js" | ||
"test:tape": "tsx test.js" | ||
}, | ||
@@ -56,12 +57,13 @@ "devDependencies": { | ||
"tape": "*", | ||
"tsx": "*", | ||
"write-json-file": "*" | ||
}, | ||
"dependencies": { | ||
"@turf/flatten": "^7.0.0-alpha.0", | ||
"@turf/helpers": "^7.0.0-alpha.0", | ||
"@turf/invariant": "^7.0.0-alpha.0", | ||
"@turf/meta": "^7.0.0-alpha.0", | ||
"@turf/flatten": "^7.0.0-alpha.1", | ||
"@turf/helpers": "^7.0.0-alpha.1", | ||
"@turf/invariant": "^7.0.0-alpha.1", | ||
"@turf/meta": "^7.0.0-alpha.1", | ||
"polygon-clipping": "^0.15.3" | ||
}, | ||
"gitHead": "0edc4c491b999e5ace770a61e1cf549f7c004189" | ||
"gitHead": "cf7a0c507b017ca066acffd0ce23bda5b393fb5a" | ||
} |
10796
0.28%7
16.67%Updated
Updated
Updated