@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.
@@ -876,7 +876,7 @@
876
876
  }
877
877
 
878
878
  // src/lib/parsers/basis-module-loader.ts
879
- var VERSION4 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "beta";
879
+ var VERSION4 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
880
880
  var BASIS_CDN_ENCODER_WASM = `https://unpkg.com/@loaders.gl/textures@${VERSION4}/dist/libs/basis_encoder.wasm`;
881
881
  var BASIS_CDN_ENCODER_JS = `https://unpkg.com/@loaders.gl/textures@${VERSION4}/dist/libs/basis_encoder.js`;
882
882
  var loadBasisTranscoderPromise;