@loaders.gl/gltf 3.3.0-alpha.10 → 3.3.0-alpha.12

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
@@ -661,6 +661,7 @@
661
661
  height,
662
662
  data: decodedData,
663
663
  compressed,
664
+ levelSize: decodedSize,
664
665
  hasAlpha: alphaFlag,
665
666
  format
666
667
  };
@@ -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.3.0-alpha.10" !== 'undefined' ? "3.3.0-alpha.10" : 'latest';
7
+ var VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
8
8
  exports.VERSION = VERSION;
9
9
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,3 @@
1
1
 
2
- export const VERSION = typeof "3.3.0-alpha.10" !== 'undefined' ? "3.3.0-alpha.10" : 'latest';
2
+ export const VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/gltf",
3
- "version": "3.3.0-alpha.10",
3
+ "version": "3.3.0-alpha.12",
4
4
  "description": "Framework-independent loader for the glTF format",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -34,11 +34,11 @@
34
34
  "build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
35
35
  },
36
36
  "dependencies": {
37
- "@loaders.gl/draco": "3.3.0-alpha.10",
38
- "@loaders.gl/images": "3.3.0-alpha.10",
39
- "@loaders.gl/loader-utils": "3.3.0-alpha.10",
40
- "@loaders.gl/textures": "3.3.0-alpha.10",
37
+ "@loaders.gl/draco": "3.3.0-alpha.12",
38
+ "@loaders.gl/images": "3.3.0-alpha.12",
39
+ "@loaders.gl/loader-utils": "3.3.0-alpha.12",
40
+ "@loaders.gl/textures": "3.3.0-alpha.12",
41
41
  "@math.gl/core": "^3.5.1"
42
42
  },
43
- "gitHead": "53bc8d3f18fbc3445a00f8509038479119895c78"
43
+ "gitHead": "e807cde8f2fcb3503fa01ae3ac6b148ff5326649"
44
44
  }