@loaders.gl/compression 4.2.3 → 4.2.4
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/compress-on-worker.js +1 -1
- package/dist/compression-worker.js +1 -1
- package/dist/dist.min.js +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/package.json +4 -4
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.
|
|
2543
|
+
var VERSION = true ? "4.2.3" : "latest";
|
|
2544
2544
|
var CompressionWorker = {
|
|
2545
2545
|
id: "compression",
|
|
2546
2546
|
name: "compression",
|