@loaders.gl/compression 4.2.0-beta.1 → 4.2.0

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/index.cjs CHANGED
@@ -2540,7 +2540,7 @@ var LZOCompression = class extends Compression {
2540
2540
 
2541
2541
  // dist/compress-on-worker.js
2542
2542
  var import_worker_utils = require("@loaders.gl/worker-utils");
2543
- var VERSION = true ? "4.2.0-alpha.6" : "latest";
2543
+ var VERSION = true ? "4.2.0-beta.2" : "latest";
2544
2544
  var CompressionWorker = {
2545
2545
  id: "compression",
2546
2546
  name: "compression",