@loaders.gl/3d-tiles 4.4.0-alpha.13 → 4.4.0-alpha.15

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/index.cjs CHANGED
@@ -48,7 +48,7 @@ var import_loader_utils8 = require("@loaders.gl/loader-utils");
48
48
  var import_tiles2 = require("@loaders.gl/tiles");
49
49
 
50
50
  // dist/lib/utils/version.js
51
- var VERSION = true ? "4.4.0-alpha.13" : "latest";
51
+ var VERSION = true ? "4.4.0-alpha.15" : "latest";
52
52
 
53
53
  // dist/lib/constants.js
54
54
  var TILE3D_TYPE = {
@@ -2403,7 +2403,7 @@ var parse3DTilesArchive = async (fileProvider, cb) => {
2403
2403
  };
2404
2404
 
2405
2405
  // dist/3d-tiles-archive-loader.js
2406
- var VERSION2 = true ? "4.4.0-alpha.13" : "latest";
2406
+ var VERSION2 = true ? "4.4.0-alpha.15" : "latest";
2407
2407
  var Tiles3DArchiveFileLoader = {
2408
2408
  dataType: null,
2409
2409
  batchType: null,
@@ -1,7 +1,7 @@
1
1
  export declare function initializeHierarchy(batchTable: any, jsonHeader: any, binaryBody: any): {
2
2
  classes: any;
3
3
  classIds: any;
4
- classIndexes: Uint16Array;
4
+ classIndexes: Uint16Array<any>;
5
5
  parentCounts: any;
6
6
  parentIndexes: any;
7
7
  parentIds: any;
@@ -1,5 +1,5 @@
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.4.0-alpha.13" !== 'undefined' ? "4.4.0-alpha.13" : 'latest';
4
+ export const VERSION = typeof "4.4.0-alpha.15" !== 'undefined' ? "4.4.0-alpha.15" : 'latest';
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/3d-tiles",
3
- "version": "4.4.0-alpha.13",
3
+ "version": "4.4.0-alpha.15",
4
4
  "description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,23 +46,23 @@
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.4.0-alpha.13",
50
- "@loaders.gl/crypto": "4.4.0-alpha.13",
51
- "@loaders.gl/draco": "4.4.0-alpha.13",
52
- "@loaders.gl/gltf": "4.4.0-alpha.13",
53
- "@loaders.gl/images": "4.4.0-alpha.13",
54
- "@loaders.gl/loader-utils": "4.4.0-alpha.13",
55
- "@loaders.gl/math": "4.4.0-alpha.13",
56
- "@loaders.gl/tiles": "4.4.0-alpha.13",
57
- "@loaders.gl/zip": "4.4.0-alpha.13",
49
+ "@loaders.gl/compression": "4.4.0-alpha.15",
50
+ "@loaders.gl/crypto": "4.4.0-alpha.15",
51
+ "@loaders.gl/draco": "4.4.0-alpha.15",
52
+ "@loaders.gl/gltf": "4.4.0-alpha.15",
53
+ "@loaders.gl/images": "4.4.0-alpha.15",
54
+ "@loaders.gl/loader-utils": "4.4.0-alpha.15",
55
+ "@loaders.gl/math": "4.4.0-alpha.15",
56
+ "@loaders.gl/tiles": "4.4.0-alpha.15",
57
+ "@loaders.gl/zip": "4.4.0-alpha.15",
58
58
  "@math.gl/core": "^4.1.0",
59
59
  "@math.gl/culling": "^4.1.0",
60
60
  "@math.gl/geospatial": "^4.1.0",
61
- "@probe.gl/log": "^4.0.4",
61
+ "@probe.gl/log": "^4.1.1",
62
62
  "long": "^5.2.1"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@loaders.gl/core": "4.4.0-alpha.1"
66
66
  },
67
- "gitHead": "5145c7b32353d00f414b85773caa9064af412434"
67
+ "gitHead": "d85491705e9943365790fb95da2e502cb2903ed7"
68
68
  }