@loaders.gl/3d-tiles 4.4.0-alpha.9 → 4.4.0

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.9" : "latest";
51
+ var VERSION = true ? "4.4.0" : "latest";
52
52
 
53
53
  // dist/lib/constants.js
54
54
  var TILE3D_TYPE = {
@@ -2403,7 +2403,7 @@ var parse3DTilesArchive = async (fileProvider, cb) => {
2403
2403
  };
2404
2404
 
2405
2405
  // dist/3d-tiles-archive-loader.js
2406
- var VERSION2 = true ? "4.4.0-alpha.9" : "latest";
2406
+ var VERSION2 = true ? "4.4.0" : "latest";
2407
2407
  var Tiles3DArchiveFileLoader = {
2408
2408
  dataType: null,
2409
2409
  batchType: null,