@loaders.gl/compression 4.3.2 → 4.3.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
|
@@ -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.
|
|
2537
|
+
var VERSION = true ? "4.3.3" : "latest";
|
|
2538
2538
|
var CompressionWorker = {
|
|
2539
2539
|
id: "compression",
|
|
2540
2540
|
name: "compression",
|