@loaders.gl/3d-tiles 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.
package/dist/index.cjs CHANGED
@@ -48,7 +48,7 @@ var import_loader_utils8 = require("@loaders.gl/loader-utils");
48
48
  var import_tiles2 = require("@loaders.gl/tiles");
49
49
 
50
50
  // dist/lib/utils/version.js
51
- var VERSION = true ? "4.4.0-alpha.0" : "latest";
51
+ var VERSION = true ? "4.4.0-alpha.1" : "latest";
52
52
 
53
53
  // dist/lib/constants.js
54
54
  var TILE3D_TYPE = {
@@ -2393,7 +2393,7 @@ var parse3DTilesArchive = async (fileProvider, cb) => {
2393
2393
  };
2394
2394
 
2395
2395
  // dist/3d-tiles-archive-loader.js
2396
- var VERSION2 = true ? "4.4.0-alpha.0" : "latest";
2396
+ var VERSION2 = true ? "4.4.0-alpha.1" : "latest";
2397
2397
  var Tiles3DArchiveFileLoader = {
2398
2398
  dataType: null,
2399
2399
  batchType: null,