@loaders.gl/3d-tiles 4.3.0-beta.1 → 4.3.0-beta.3

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.
@@ -1,4 +1,4 @@
1
1
  // Version constant cannot be imported, it needs to correspond to the build version of **this** module.
2
2
  // __VERSION__ is injected by babel-plugin-version-inline
3
3
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
4
- export const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
4
+ export const VERSION = typeof "4.3.0-beta.2" !== 'undefined' ? "4.3.0-beta.2" : 'latest';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/3d-tiles",
3
- "version": "4.3.0-beta.1",
3
+ "version": "4.3.0-beta.3",
4
4
  "description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,15 +46,15 @@
46
46
  "build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js"
47
47
  },
48
48
  "dependencies": {
49
- "@loaders.gl/compression": "4.3.0-beta.1",
50
- "@loaders.gl/crypto": "4.3.0-beta.1",
51
- "@loaders.gl/draco": "4.3.0-beta.1",
52
- "@loaders.gl/gltf": "4.3.0-beta.1",
53
- "@loaders.gl/images": "4.3.0-beta.1",
54
- "@loaders.gl/loader-utils": "4.3.0-beta.1",
55
- "@loaders.gl/math": "4.3.0-beta.1",
56
- "@loaders.gl/tiles": "4.3.0-beta.1",
57
- "@loaders.gl/zip": "4.3.0-beta.1",
49
+ "@loaders.gl/compression": "4.3.0-beta.3",
50
+ "@loaders.gl/crypto": "4.3.0-beta.3",
51
+ "@loaders.gl/draco": "4.3.0-beta.3",
52
+ "@loaders.gl/gltf": "4.3.0-beta.3",
53
+ "@loaders.gl/images": "4.3.0-beta.3",
54
+ "@loaders.gl/loader-utils": "4.3.0-beta.3",
55
+ "@loaders.gl/math": "4.3.0-beta.3",
56
+ "@loaders.gl/tiles": "4.3.0-beta.3",
57
+ "@loaders.gl/zip": "4.3.0-beta.3",
58
58
  "@math.gl/core": "^4.1.0",
59
59
  "@math.gl/culling": "^4.1.0",
60
60
  "@math.gl/geospatial": "^4.1.0",
@@ -64,5 +64,5 @@
64
64
  "peerDependencies": {
65
65
  "@loaders.gl/core": "^4.0.0"
66
66
  },
67
- "gitHead": "992d24e7d4e3015a91fa1cbfe87ee7dc1b333322"
67
+ "gitHead": "a63e72f3f325450a883bb2f29d1a8179543ef68c"
68
68
  }