@loaders.gl/tile-converter 4.4.0-alpha.1 → 4.4.0-alpha.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.
@@ -9,7 +9,7 @@ import { ChildProcessProxy } from '@loaders.gl/worker-utils';
9
9
  import { DRACO_EXTERNAL_LIBRARIES, DRACO_EXTERNAL_LIBRARY_URLS } from '@loaders.gl/draco';
10
10
  import { BASIS_EXTERNAL_LIBRARIES } from '@loaders.gl/textures';
11
11
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
12
- const VERSION = typeof "4.4.0-alpha.0" !== 'undefined' ? "4.4.0-alpha.0" : 'latest';
12
+ const VERSION = typeof "4.4.0-alpha.1" !== 'undefined' ? "4.4.0-alpha.1" : 'latest';
13
13
  const PGM_LINK = 'https://raw.githubusercontent.com/visgl/deck.gl-data/master/egm/egm2008-5.zip';
14
14
  /**
15
15
  * Install external dependencies for converter:
package/dist/index.cjs CHANGED
@@ -2325,7 +2325,7 @@ function convertScreenThresholdToGeometricError(node) {
2325
2325
 
2326
2326
  // dist/pgm-loader.js
2327
2327
  var import_geoid = require("@math.gl/geoid");
2328
- var VERSION = true ? "4.4.0-alpha.0" : "latest";
2328
+ var VERSION = true ? "4.4.0-alpha.1" : "latest";
2329
2329
  var PGMLoader = {
2330
2330
  dataType: null,
2331
2331
  batchType: null,