@loaders.gl/tile-converter 4.3.0 → 4.3.2

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.
@@ -275,6 +275,10 @@ function parseOptions(args) {
275
275
  case '--help':
276
276
  printHelp();
277
277
  break;
278
+ // we need this option for backward compatibility
279
+ // do nothing but don't throw the error
280
+ case '--slpk':
281
+ break;
278
282
  default:
279
283
  console.warn(`Unknown option ${arg}`);
280
284
  process.exit(0); // eslint-disable-line