@loaders.gl/textures 3.1.1 → 3.1.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.
@@ -284,7 +284,7 @@
284
284
  var VERSION3 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
285
285
 
286
286
  // src/lib/parsers/basis-module-loader.ts
287
- var VERSION4 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "beta";
287
+ var VERSION4 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
288
288
  var BASIS_CDN_ENCODER_WASM = `https://unpkg.com/@loaders.gl/textures@${VERSION4}/dist/libs/basis_encoder.wasm`;
289
289
  var BASIS_CDN_ENCODER_JS = `https://unpkg.com/@loaders.gl/textures@${VERSION4}/dist/libs/basis_encoder.js`;
290
290
  var loadBasisTranscoderPromise;