@loaders.gl/3d-tiles 3.4.0 → 3.4.1

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
@@ -64,7 +64,7 @@
64
64
  var DEFAULT_VERSION, VERSION;
65
65
  var init_version = __esm({
66
66
  "../worker-utils/src/lib/env-utils/version.ts"() {
67
- DEFAULT_VERSION = "beta";
67
+ DEFAULT_VERSION = "latest";
68
68
  VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : DEFAULT_VERSION;
69
69
  if (typeof __VERSION__ === "undefined") {
70
70
  console.error("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
@@ -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
  }
@@ -9299,7 +9299,7 @@
9299
9299
  var VERSION7;
9300
9300
  var init_version5 = __esm({
9301
9301
  "../textures/src/lib/utils/version.ts"() {
9302
- VERSION7 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "beta";
9302
+ VERSION7 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
9303
9303
  }
9304
9304
  });
9305
9305
 
@@ -9370,7 +9370,7 @@
9370
9370
  var init_basis_module_loader = __esm({
9371
9371
  "../textures/src/lib/parsers/basis-module-loader.ts"() {
9372
9372
  init_src();
9373
- VERSION8 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "beta";
9373
+ VERSION8 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
9374
9374
  BASIS_CDN_ENCODER_WASM = `https://unpkg.com/@loaders.gl/textures@${VERSION8}/dist/libs/basis_encoder.wasm`;
9375
9375
  BASIS_CDN_ENCODER_JS = `https://unpkg.com/@loaders.gl/textures@${VERSION8}/dist/libs/basis_encoder.js`;
9376
9376
  }
@@ -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.4.0" !== 'undefined' ? "3.4.0" : 'latest';
7
+ var VERSION = typeof "3.4.1" !== 'undefined' ? "3.4.1" : 'latest';
8
8
  exports.VERSION = VERSION;
9
9
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const VERSION = typeof "3.4.0" !== 'undefined' ? "3.4.0" : 'latest';
1
+ export const VERSION = typeof "3.4.1" !== 'undefined' ? "3.4.1" : 'latest';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/3d-tiles",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -34,17 +34,17 @@
34
34
  "build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
35
35
  },
36
36
  "dependencies": {
37
- "@loaders.gl/draco": "3.4.0",
38
- "@loaders.gl/gltf": "3.4.0",
39
- "@loaders.gl/loader-utils": "3.4.0",
40
- "@loaders.gl/math": "3.4.0",
41
- "@loaders.gl/tiles": "3.4.0",
37
+ "@loaders.gl/draco": "3.4.1",
38
+ "@loaders.gl/gltf": "3.4.1",
39
+ "@loaders.gl/loader-utils": "3.4.1",
40
+ "@loaders.gl/math": "3.4.1",
41
+ "@loaders.gl/tiles": "3.4.1",
42
42
  "@math.gl/core": "^3.5.1",
43
43
  "@math.gl/geospatial": "^3.5.1",
44
44
  "long": "^5.2.1"
45
45
  },
46
46
  "peerDependencies": {
47
- "@loaders.gl/core": "^3.2.0"
47
+ "@loaders.gl/core": "3.4.0"
48
48
  },
49
- "gitHead": "63854c9c521112108239e9c23fd6accbe6d6e380"
49
+ "gitHead": "2c39d1032c1a8b3678a6f09507b89ffe92ca9e1b"
50
50
  }