@loaders.gl/draco 4.4.0-alpha.13 → 4.4.0-alpha.14

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.
@@ -11,7 +11,7 @@
11
11
  globalThis._loadersgl_.version = NPM_TAG;
12
12
  warningIssued = true;
13
13
  } else {
14
- globalThis._loadersgl_.version = "4.4.0-alpha.13";
14
+ globalThis._loadersgl_.version = "4.4.0-alpha.14";
15
15
  }
16
16
  }
17
17
  return globalThis._loadersgl_.version;
@@ -477,7 +477,7 @@
477
477
  }
478
478
 
479
479
  // src/lib/utils/version.ts
480
- var VERSION2 = true ? "4.4.0-alpha.13" : "latest";
480
+ var VERSION2 = true ? "4.4.0-alpha.14" : "latest";
481
481
 
482
482
  // ../schema-utils/src/lib/schema/data-type.ts
483
483
  function getDataTypeFromTypedArray(array) {