@loaders.gl/compression 4.3.2 → 4.4.0-alpha.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.
package/dist/index.cjs CHANGED
@@ -2534,7 +2534,7 @@ var LZOCompression = class extends Compression {
2534
2534
 
2535
2535
  // dist/compress-on-worker.js
2536
2536
  var import_worker_utils = require("@loaders.gl/worker-utils");
2537
- var VERSION = true ? "4.3.1" : "latest";
2537
+ var VERSION = true ? "4.4.0-alpha.1" : "latest";
2538
2538
  var CompressionWorker = {
2539
2539
  id: "compression",
2540
2540
  name: "compression",