mapshaper 0.6.90 → 0.6.91

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
@@ -45596,7 +45596,7 @@ ${svg}
45596
45596
  });
45597
45597
  }
45598
45598
 
45599
- var version = "0.6.90";
45599
+ var version = "0.6.91";
45600
45600
 
45601
45601
  // Parse command line args into commands and run them
45602
45602
  // Function takes an optional Node-style callback. A Promise is returned if no callback is given.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapshaper",
3
- "version": "0.6.90",
3
+ "version": "0.6.91",
4
4
  "description": "A tool for editing vector datasets for mapping and GIS.",
5
5
  "keywords": [
6
6
  "shapefile",
@@ -2464,7 +2464,7 @@
2464
2464
  await internal.writeFiles(files, {save_to_download_folder: true});
2465
2465
  }
2466
2466
  } else if (files.length == 1) {
2467
- await gui.promisify(saveBlobToLocalFile)(files[0].filename, new Blob([files[0].content]));
2467
+ await utils$1.promisify(saveBlobToLocalFile)(files[0].filename, new Blob([files[0].content]));
2468
2468
  } else {
2469
2469
  filename = internal.getCommonFileBase(utils$1.pluck(files, 'filename')) || "output";
2470
2470
  await utils$1.promisify(saveZipFile)(filename + ".zip", files);
package/www/mapshaper.js CHANGED
@@ -45596,7 +45596,7 @@ ${svg}
45596
45596
  });
45597
45597
  }
45598
45598
 
45599
- var version = "0.6.90";
45599
+ var version = "0.6.91";
45600
45600
 
45601
45601
  // Parse command line args into commands and run them
45602
45602
  // Function takes an optional Node-style callback. A Promise is returned if no callback is given.