@turf/isolines
Advanced tools
Comparing version 7.0.0-alpha.0 to 7.0.0-alpha.1
{ | ||
"name": "@turf/isolines", | ||
"version": "7.0.0-alpha.0", | ||
"version": "7.0.0-alpha.1", | ||
"description": "turf isolines module", | ||
@@ -35,2 +35,3 @@ "author": "Turf Authors", | ||
".": { | ||
"types": "./dist/js/index.d.ts", | ||
"import": "./dist/es/index.js", | ||
@@ -46,17 +47,17 @@ "require": "./dist/js/index.js" | ||
"scripts": { | ||
"bench": "ts-node bench.js", | ||
"bench": "tsx bench.js", | ||
"build": "npm-run-all build:*", | ||
"build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", | ||
"build:js": "tsc", | ||
"docs": "node ../../scripts/generate-readmes", | ||
"docs": "tsx ../../scripts/generate-readmes", | ||
"test": "npm-run-all test:*", | ||
"test:tape": "ts-node -r esm test.js", | ||
"test:tape": "tsx test.js", | ||
"test:types": "tsc --esModuleInterop --noEmit --strict types.ts" | ||
}, | ||
"devDependencies": { | ||
"@turf/envelope": "^7.0.0-alpha.0", | ||
"@turf/point-grid": "^7.0.0-alpha.0", | ||
"@turf/random": "^7.0.0-alpha.0", | ||
"@turf/rhumb-destination": "^7.0.0-alpha.0", | ||
"@turf/truncate": "^7.0.0-alpha.0", | ||
"@turf/envelope": "^7.0.0-alpha.1", | ||
"@turf/point-grid": "^7.0.0-alpha.1", | ||
"@turf/random": "^7.0.0-alpha.1", | ||
"@turf/rhumb-destination": "^7.0.0-alpha.1", | ||
"@turf/truncate": "^7.0.0-alpha.1", | ||
"benchmark": "*", | ||
@@ -68,4 +69,4 @@ "load-json-file": "*", | ||
"tape": "*", | ||
"ts-node": "*", | ||
"tslint": "*", | ||
"tsx": "*", | ||
"typescript": "*", | ||
@@ -75,9 +76,9 @@ "write-json-file": "*" | ||
"dependencies": { | ||
"@turf/bbox": "^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/bbox": "^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", | ||
"tslib": "^2.3.0" | ||
}, | ||
"gitHead": "0edc4c491b999e5ace770a61e1cf549f7c004189" | ||
"gitHead": "cf7a0c507b017ca066acffd0ce23bda5b393fb5a" | ||
} |
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
56894
0
Updated@turf/bbox@^7.0.0-alpha.1
Updated@turf/helpers@^7.0.0-alpha.1
Updated@turf/meta@^7.0.0-alpha.1