@loaders.gl/compression 4.2.0-alpha.2 → 4.2.0-alpha.3
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/dist.dev.js +2 -2
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { processOnWorker } from '@loaders.gl/worker-utils';
|
|
2
|
-
const VERSION = typeof "4.2.0-alpha.
|
|
2
|
+
const VERSION = typeof "4.2.0-alpha.3" !== 'undefined' ? "4.2.0-alpha.3" : 'latest';
|
|
3
3
|
export const CompressionWorker = {
|
|
4
4
|
id: 'compression',
|
|
5
5
|
name: 'compression',
|
package/dist/dist.dev.js
CHANGED
|
@@ -4683,7 +4683,7 @@ var __exports__ = (() => {
|
|
|
4683
4683
|
console.warn("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
|
|
4684
4684
|
globalThis._loadersgl_.version = NPM_TAG;
|
|
4685
4685
|
} else {
|
|
4686
|
-
globalThis._loadersgl_.version = "4.2.0-alpha.
|
|
4686
|
+
globalThis._loadersgl_.version = "4.2.0-alpha.3";
|
|
4687
4687
|
}
|
|
4688
4688
|
}
|
|
4689
4689
|
return globalThis._loadersgl_.version;
|
|
@@ -7503,7 +7503,7 @@ var __exports__ = (() => {
|
|
|
7503
7503
|
};
|
|
7504
7504
|
|
|
7505
7505
|
// src/compress-on-worker.ts
|
|
7506
|
-
var VERSION2 = true ? "4.2.0-alpha.
|
|
7506
|
+
var VERSION2 = true ? "4.2.0-alpha.3" : "latest";
|
|
7507
7507
|
var CompressionWorker = {
|
|
7508
7508
|
id: "compression",
|
|
7509
7509
|
name: "compression",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/compression",
|
|
3
|
-
"version": "4.2.0-alpha.
|
|
3
|
+
"version": "4.2.0-alpha.3",
|
|
4
4
|
"description": "Decompression and compression plugins for loaders.gl",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@babel/runtime": "^7.3.1",
|
|
53
|
-
"@loaders.gl/loader-utils": "4.2.0-alpha.
|
|
54
|
-
"@loaders.gl/worker-utils": "4.2.0-alpha.
|
|
53
|
+
"@loaders.gl/loader-utils": "4.2.0-alpha.3",
|
|
54
|
+
"@loaders.gl/worker-utils": "4.2.0-alpha.3",
|
|
55
55
|
"@types/brotli": "^1.3.0",
|
|
56
56
|
"@types/pako": "^1.0.1",
|
|
57
57
|
"fflate": "0.7.4",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"lz4js": "^0.2.0",
|
|
70
70
|
"zstd-codec": "^0.1"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "cf18e05801314a62c9fc4c2a85e8888a8a852083"
|
|
73
73
|
}
|