@loaders.gl/3d-tiles 4.0.0-alpha.25 → 4.0.0-alpha.26

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.
@@ -9,7 +9,7 @@ var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"))
9
9
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
10
10
  var _loaderUtils = require("@loaders.gl/loader-utils");
11
11
  var _dTilesArchiveParser = require("./3d-tiles-archive/3d-tiles-archive-parser");
12
- var VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest';
12
+ var VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest';
13
13
  var Tiles3DArchiveFileLoader = {
14
14
  name: '3tz',
15
15
  id: '3tz',
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.VERSION = void 0;
7
- var VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest';
7
+ var VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest';
8
8
  exports.VERSION = VERSION;
9
9
  //# sourceMappingURL=version.js.map
@@ -1,6 +1,6 @@
1
1
  import { DataViewFile } from '@loaders.gl/loader-utils';
2
2
  import { parse3DTilesArchive as parse3DTilesArchiveFromProvider } from './3d-tiles-archive/3d-tiles-archive-parser';
3
- const VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest';
3
+ const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest';
4
4
  export const Tiles3DArchiveFileLoader = {
5
5
  name: '3tz',
6
6
  id: '3tz',
@@ -1,2 +1,2 @@
1
- export const VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest';
1
+ export const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : '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": "4.0.0-alpha.25",
3
+ "version": "4.0.0-alpha.26",
4
4
  "description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -34,12 +34,12 @@
34
34
  "build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
35
35
  },
36
36
  "dependencies": {
37
- "@loaders.gl/draco": "4.0.0-alpha.25",
38
- "@loaders.gl/gltf": "4.0.0-alpha.25",
39
- "@loaders.gl/loader-utils": "4.0.0-alpha.25",
40
- "@loaders.gl/math": "4.0.0-alpha.25",
41
- "@loaders.gl/tiles": "4.0.0-alpha.25",
42
- "@loaders.gl/zip": "4.0.0-alpha.25",
37
+ "@loaders.gl/draco": "4.0.0-alpha.26",
38
+ "@loaders.gl/gltf": "4.0.0-alpha.26",
39
+ "@loaders.gl/loader-utils": "4.0.0-alpha.26",
40
+ "@loaders.gl/math": "4.0.0-alpha.26",
41
+ "@loaders.gl/tiles": "4.0.0-alpha.26",
42
+ "@loaders.gl/zip": "4.0.0-alpha.26",
43
43
  "@math.gl/core": "^3.5.1",
44
44
  "@math.gl/geospatial": "^3.5.1",
45
45
  "@probe.gl/log": "^4.0.4",
@@ -48,5 +48,5 @@
48
48
  "peerDependencies": {
49
49
  "@loaders.gl/core": "^4.0.0-alpha.8"
50
50
  },
51
- "gitHead": "40135f391b869388dbbcd615bbe51178d0c370be"
51
+ "gitHead": "91adce71f74dacc7c8bfc379f0d122f2beae70d9"
52
52
  }