@loaders.gl/tile-converter 4.2.0-alpha.6 → 4.2.0-beta.1

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/dist/index.cjs CHANGED
@@ -2342,8 +2342,10 @@ function convertScreenThresholdToGeometricError(node) {
2342
2342
 
2343
2343
  // dist/pgm-loader.js
2344
2344
  var import_geoid = require("@math.gl/geoid");
2345
- var VERSION = true ? "4.2.0-alpha.5" : "latest";
2345
+ var VERSION = true ? "4.2.0-alpha.6" : "latest";
2346
2346
  var PGMLoader = {
2347
+ dataType: null,
2348
+ batchType: null,
2347
2349
  name: "PGM - Netpbm grayscale image format",
2348
2350
  id: "pgm",
2349
2351
  module: "tile-converter",