@loaders.gl/tiles 3.2.0-alpha.4 → 3.2.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/dist.min.js +2 -8
- package/package.json +5 -5
package/dist/dist.min.js
CHANGED
|
@@ -3469,7 +3469,7 @@
|
|
|
3469
3469
|
var DEFAULT_VERSION, VERSION;
|
|
3470
3470
|
var init_version = __esm({
|
|
3471
3471
|
"../worker-utils/src/lib/env-utils/version.ts"() {
|
|
3472
|
-
DEFAULT_VERSION = "
|
|
3472
|
+
DEFAULT_VERSION = "latest";
|
|
3473
3473
|
VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : DEFAULT_VERSION;
|
|
3474
3474
|
if (typeof __VERSION__ === "undefined") {
|
|
3475
3475
|
console.error("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
|
|
@@ -3554,12 +3554,6 @@
|
|
|
3554
3554
|
var init_worker_threads_browser = __esm({
|
|
3555
3555
|
"../worker-utils/src/lib/node/worker_threads-browser.js"() {
|
|
3556
3556
|
Worker2 = class {
|
|
3557
|
-
on(message, cb) {
|
|
3558
|
-
}
|
|
3559
|
-
postMessage(...args) {
|
|
3560
|
-
}
|
|
3561
|
-
terminate() {
|
|
3562
|
-
}
|
|
3563
3557
|
};
|
|
3564
3558
|
}
|
|
3565
3559
|
});
|
|
@@ -3946,7 +3940,7 @@
|
|
|
3946
3940
|
var init_get_worker_url = __esm({
|
|
3947
3941
|
"../worker-utils/src/lib/worker-api/get-worker-url.ts"() {
|
|
3948
3942
|
init_assert3();
|
|
3949
|
-
NPM_TAG = "
|
|
3943
|
+
NPM_TAG = "latest";
|
|
3950
3944
|
}
|
|
3951
3945
|
});
|
|
3952
3946
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/tiles",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "Common components for different tiles loaders.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@loaders.gl/loader-utils": "3.2.
|
|
37
|
-
"@loaders.gl/math": "3.2.
|
|
36
|
+
"@loaders.gl/loader-utils": "3.2.2",
|
|
37
|
+
"@loaders.gl/math": "3.2.2",
|
|
38
38
|
"@math.gl/core": "^3.5.1",
|
|
39
39
|
"@math.gl/culling": "^3.5.1",
|
|
40
40
|
"@math.gl/geospatial": "^3.5.1",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@probe.gl/stats": "^3.5.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@loaders.gl/core": "3.2.0
|
|
45
|
+
"@loaders.gl/core": "3.2.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "9bd4b96df03287a38511426a28e679b2fe7e7cc9"
|
|
48
48
|
}
|