@loaders.gl/3d-tiles 4.4.0 → 4.4.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.
@@ -5,7 +5,7 @@ import { DataViewReadableFile } from '@loaders.gl/zip';
5
5
  import { parse3DTilesArchive as parse3DTilesArchiveFromProvider } from "./3d-tiles-archive/3d-tiles-archive-parser.js";
6
6
  // __VERSION__ is injected by babel-plugin-version-inline
7
7
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
8
- const VERSION = typeof "4.4.0" !== 'undefined' ? "4.4.0" : 'latest';
8
+ const VERSION = typeof "4.4.2" !== 'undefined' ? "4.4.2" : 'latest';
9
9
  /**
10
10
  * Loader for 3tz packages
11
11
  */
package/dist/dist.dev.js CHANGED
@@ -4835,7 +4835,7 @@ var __exports__ = (() => {
4835
4835
  }
4836
4836
 
4837
4837
  // ../worker-utils/src/lib/npm-tag.ts
4838
- var NPM_TAG = "beta";
4838
+ var NPM_TAG = "latest";
4839
4839
 
4840
4840
  // ../worker-utils/src/lib/env-utils/version.ts
4841
4841
  var warningIssued = false;