Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "reproject", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Reproject GeoJSON from one projection/CRS to another", | ||
@@ -26,12 +26,12 @@ "repository": "git@github.com:perliedman/reproject.git", | ||
"geojson-stream": "0.1.0", | ||
"minimist": "^1.2.0", | ||
"proj4": "^2.4.4" | ||
"minimist": "^1.2.5", | ||
"proj4": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"expect.js": "^0.3.1", | ||
"mocha": "^6.2.0", | ||
"rollup": "^1.20.3", | ||
"mocha": "^7.2.0", | ||
"rollup": "^2.26.3", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-terser": "^5.0.0" | ||
"rollup-plugin-terser": "^6.1.0" | ||
} | ||
} |
@@ -323,3 +323,3 @@ 'use strict'; | ||
it('transforms altitude', function() { | ||
it('preserves altitude', function() { | ||
expect(reproj.reproject({ | ||
@@ -330,3 +330,3 @@ 'type': 'Point', | ||
'type': 'Point', | ||
'coordinates': [1271138, 6404230, -38.2270] | ||
'coordinates': [1271138, 6404230, 10] | ||
}, 0.5); | ||
@@ -333,0 +333,0 @@ }); |
Sorry, the diff of this file is not supported yet
30661
Updatedminimist@^1.2.5
Updatedproj4@^2.6.2