@loaders.gl/3d-tiles 4.0.0-beta.6 → 4.0.0-beta.7

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.
Files changed (2) hide show
  1. package/dist/dist.dev.js +1 -1
  2. package/package.json +9 -9
package/dist/dist.dev.js CHANGED
@@ -4307,7 +4307,7 @@ var __exports__ = (() => {
4307
4307
  if (!globalThis._loadersgl_?.version) {
4308
4308
  globalThis._loadersgl_ = globalThis._loadersgl_ || {};
4309
4309
  if (typeof __VERSION__ === "undefined") {
4310
- console.error("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
4310
+ console.warn("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
4311
4311
  globalThis._loadersgl_.version = NPM_TAG;
4312
4312
  } else {
4313
4313
  globalThis._loadersgl_.version = __VERSION__;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/3d-tiles",
3
- "version": "4.0.0-beta.6",
3
+ "version": "4.0.0-beta.7",
4
4
  "description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,19 +42,19 @@
42
42
  "build-bundle": "ocular-bundle ./src/index.ts"
43
43
  },
44
44
  "dependencies": {
45
- "@loaders.gl/draco": "4.0.0-beta.6",
46
- "@loaders.gl/gltf": "4.0.0-beta.6",
47
- "@loaders.gl/loader-utils": "4.0.0-beta.6",
48
- "@loaders.gl/math": "4.0.0-beta.6",
49
- "@loaders.gl/tiles": "4.0.0-beta.6",
50
- "@loaders.gl/zip": "4.0.0-beta.6",
45
+ "@loaders.gl/draco": "4.0.0-beta.7",
46
+ "@loaders.gl/gltf": "4.0.0-beta.7",
47
+ "@loaders.gl/loader-utils": "4.0.0-beta.7",
48
+ "@loaders.gl/math": "4.0.0-beta.7",
49
+ "@loaders.gl/tiles": "4.0.0-beta.7",
50
+ "@loaders.gl/zip": "4.0.0-beta.7",
51
51
  "@math.gl/core": "^4.0.0",
52
52
  "@math.gl/geospatial": "^4.0.0",
53
53
  "@probe.gl/log": "^4.0.4",
54
54
  "long": "^5.2.1"
55
55
  },
56
56
  "peerDependencies": {
57
- "@loaders.gl/core": "4.0.0-beta.3"
57
+ "@loaders.gl/core": "4.0.0-beta.6"
58
58
  },
59
- "gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
59
+ "gitHead": "5b6cab0ab5d73212cfa37fa5da6e25ad7ef83fe5"
60
60
  }