@loaders.gl/3d-tiles 3.3.0 → 3.3.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/dist.min.js CHANGED
@@ -538,7 +538,7 @@
538
538
  var init_get_worker_url = __esm({
539
539
  "../worker-utils/src/lib/worker-api/get-worker-url.ts"() {
540
540
  init_assert2();
541
- NPM_TAG = "beta";
541
+ NPM_TAG = "latest";
542
542
  }
543
543
  });
544
544
 
@@ -636,7 +636,7 @@
636
636
  node = __toModule(require_require_utils());
637
637
  init_assert2();
638
638
  init_version();
639
- LATEST = "beta";
639
+ LATEST = "latest";
640
640
  VERSION2 = typeof VERSION !== "undefined" ? VERSION : LATEST;
641
641
  loadLibraryPromises = {};
642
642
  }
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.VERSION = void 0;
7
- var VERSION = typeof "3.3.0" !== 'undefined' ? "3.3.0" : 'latest';
7
+ var VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest';
8
8
  exports.VERSION = VERSION;
9
9
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,3 @@
1
1
 
2
- export const VERSION = typeof "3.3.0" !== 'undefined' ? "3.3.0" : 'latest';
2
+ export const VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest';
3
3
  //# sourceMappingURL=version.js.map
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.parseBatchedModel3DTile = void 0;
9
9
  const math_1 = require("@loaders.gl/math"); // math.gl/geometry;
10
10
  const tile_3d_feature_table_1 = __importDefault(require("../classes/tile-3d-feature-table"));
11
- // import Tile3DBatchTable from '../classes/tile-3d-batch-table.js';
11
+ // import Tile3DBatchTable from '../classes/tile-3d-batch-table';
12
12
  const parse_3d_tile_header_1 = require("./helpers/parse-3d-tile-header");
13
13
  const parse_3d_tile_tables_1 = require("./helpers/parse-3d-tile-tables");
14
14
  const parse_3d_tile_gltf_view_1 = require("./helpers/parse-3d-tile-gltf-view");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/3d-tiles",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -34,16 +34,16 @@
34
34
  "build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
35
35
  },
36
36
  "dependencies": {
37
- "@loaders.gl/draco": "3.3.0",
38
- "@loaders.gl/gltf": "3.3.0",
39
- "@loaders.gl/loader-utils": "3.3.0",
40
- "@loaders.gl/math": "3.3.0",
41
- "@loaders.gl/tiles": "3.3.0",
37
+ "@loaders.gl/draco": "3.3.2",
38
+ "@loaders.gl/gltf": "3.3.2",
39
+ "@loaders.gl/loader-utils": "3.3.2",
40
+ "@loaders.gl/math": "3.3.2",
41
+ "@loaders.gl/tiles": "3.3.2",
42
42
  "@math.gl/core": "^3.5.1",
43
43
  "@math.gl/geospatial": "^3.5.1"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@loaders.gl/core": "^3.2.0"
47
47
  },
48
- "gitHead": "566d194f175a03e042d3e588cdd514048f428cc1"
48
+ "gitHead": "a37b0af509ca05468aec6e5667d6a427b9c15d29"
49
49
  }