@loaders.gl/gltf 3.3.0 → 3.3.2

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
@@ -191,7 +191,7 @@
191
191
  node = __toModule(require_require_utils());
192
192
  init_assert2();
193
193
  init_version2();
194
- LATEST = "beta";
194
+ LATEST = "latest";
195
195
  VERSION3 = typeof VERSION2 !== "undefined" ? VERSION2 : LATEST;
196
196
  loadLibraryPromises = {};
197
197
  }
@@ -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" !== 'undefined' ? "3.3.0" : 'latest';
7
+ var VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : '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" !== 'undefined' ? "3.3.0" : 'latest';
2
+ export const VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest';
3
3
  //# sourceMappingURL=version.js.map
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.decodeExtensions = exports.preprocessExtensions = exports.EXTENSIONS = void 0;
27
27
  // GLTF 1.0 extensions (decode only)
28
- // import * as KHR_binary_gltf from './KHR_draco_mesh_compression.js';
28
+ // import * as KHR_binary_gltf from './KHR_draco_mesh_compression';
29
29
  // GLTF 2.0 Khronos extensions (decode/encode)
30
30
  const EXT_meshopt_compression = __importStar(require("../extensions/EXT_meshopt_compression"));
31
31
  const EXT_texture_webp = __importStar(require("../extensions/EXT_texture_webp"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/gltf",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
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",
38
- "@loaders.gl/images": "3.3.0",
39
- "@loaders.gl/loader-utils": "3.3.0",
40
- "@loaders.gl/textures": "3.3.0",
37
+ "@loaders.gl/draco": "3.3.2",
38
+ "@loaders.gl/images": "3.3.2",
39
+ "@loaders.gl/loader-utils": "3.3.2",
40
+ "@loaders.gl/textures": "3.3.2",
41
41
  "@math.gl/core": "^3.5.1"
42
42
  },
43
- "gitHead": "566d194f175a03e042d3e588cdd514048f428cc1"
43
+ "gitHead": "a37b0af509ca05468aec6e5667d6a427b9c15d29"
44
44
  }