mapshaper 0.6.95 → 0.6.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/mapshaper.js CHANGED
@@ -45672,7 +45672,7 @@ ${svg}
45672
45672
  });
45673
45673
  }
45674
45674
 
45675
- var version = "0.6.95";
45675
+ var version = "0.6.96";
45676
45676
 
45677
45677
  // Parse command line args into commands and run them
45678
45678
  // Function takes an optional Node-style callback. A Promise is returned if no callback is given.
@@ -46305,6 +46305,7 @@ ${svg}
46305
46305
  DbfReader,
46306
46306
  DouglasPeucker,
46307
46307
  parseGeoJSON,
46308
+ geojson: GeoJSON,
46308
46309
  json: { parse: parseJSON },
46309
46310
  ShpType,
46310
46311
  topojson: TopoJSON,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapshaper",
3
- "version": "0.6.95",
3
+ "version": "0.6.96",
4
4
  "description": "A tool for editing vector datasets for mapping and GIS.",
5
5
  "keywords": [
6
6
  "shapefile",
package/www/mapshaper.js CHANGED
@@ -45672,7 +45672,7 @@ ${svg}
45672
45672
  });
45673
45673
  }
45674
45674
 
45675
- var version = "0.6.95";
45675
+ var version = "0.6.96";
45676
45676
 
45677
45677
  // Parse command line args into commands and run them
45678
45678
  // Function takes an optional Node-style callback. A Promise is returned if no callback is given.
@@ -46305,6 +46305,7 @@ ${svg}
46305
46305
  DbfReader,
46306
46306
  DouglasPeucker,
46307
46307
  parseGeoJSON,
46308
+ geojson: GeoJSON,
46308
46309
  json: { parse: parseJSON },
46309
46310
  ShpType,
46310
46311
  topojson: TopoJSON,