@turf/interpolate
Advanced tools
Comparing version 7.0.0-alpha.0 to 7.0.0-alpha.1
{ | ||
"name": "@turf/interpolate", | ||
"version": "7.0.0-alpha.0", | ||
"version": "7.0.0-alpha.1", | ||
"description": "turf interpolate module", | ||
@@ -32,2 +32,3 @@ "author": "Turf Authors", | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./dist/es/index.js", | ||
@@ -44,11 +45,11 @@ "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", | ||
"test:types": "tsc --esModuleInterop --noEmit --strict types.ts" | ||
}, | ||
"devDependencies": { | ||
"@turf/truncate": "^7.0.0-alpha.0", | ||
"@turf/truncate": "^7.0.0-alpha.1", | ||
"benchmark": "*", | ||
@@ -60,18 +61,19 @@ "chromatism": "*", | ||
"tape": "*", | ||
"tsx": "*", | ||
"write-json-file": "*" | ||
}, | ||
"dependencies": { | ||
"@turf/bbox": "^7.0.0-alpha.0", | ||
"@turf/centroid": "^7.0.0-alpha.0", | ||
"@turf/clone": "^7.0.0-alpha.0", | ||
"@turf/distance": "^7.0.0-alpha.0", | ||
"@turf/helpers": "^7.0.0-alpha.0", | ||
"@turf/hex-grid": "^7.0.0-alpha.0", | ||
"@turf/invariant": "^7.0.0-alpha.0", | ||
"@turf/meta": "^7.0.0-alpha.0", | ||
"@turf/point-grid": "^7.0.0-alpha.0", | ||
"@turf/square-grid": "^7.0.0-alpha.0", | ||
"@turf/triangle-grid": "^7.0.0-alpha.0" | ||
"@turf/bbox": "^7.0.0-alpha.1", | ||
"@turf/centroid": "^7.0.0-alpha.1", | ||
"@turf/clone": "^7.0.0-alpha.1", | ||
"@turf/distance": "^7.0.0-alpha.1", | ||
"@turf/helpers": "^7.0.0-alpha.1", | ||
"@turf/hex-grid": "^7.0.0-alpha.1", | ||
"@turf/invariant": "^7.0.0-alpha.1", | ||
"@turf/meta": "^7.0.0-alpha.1", | ||
"@turf/point-grid": "^7.0.0-alpha.1", | ||
"@turf/square-grid": "^7.0.0-alpha.1", | ||
"@turf/triangle-grid": "^7.0.0-alpha.1" | ||
}, | ||
"gitHead": "0edc4c491b999e5ace770a61e1cf549f7c004189" | ||
"gitHead": "cf7a0c507b017ca066acffd0ce23bda5b393fb5a" | ||
} |
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
15667
9
Updated@turf/bbox@^7.0.0-alpha.1
Updated@turf/clone@^7.0.0-alpha.1
Updated@turf/helpers@^7.0.0-alpha.1
Updated@turf/meta@^7.0.0-alpha.1