@loaders.gl/draco 4.0.0-beta.5 → 4.0.0-beta.7

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.dev.js CHANGED
@@ -561,7 +561,7 @@ var __exports__ = (() => {
561
561
  if (!globalThis._loadersgl_?.version) {
562
562
  globalThis._loadersgl_ = globalThis._loadersgl_ || {};
563
563
  if (typeof __VERSION__ === "undefined") {
564
- console.error("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
564
+ console.warn("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
565
565
  globalThis._loadersgl_.version = NPM_TAG;
566
566
  } else {
567
567
  globalThis._loadersgl_.version = __VERSION__;