@loaders.gl/tiles 3.3.0-alpha.10 → 3.3.0-alpha.12
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 +4 -2
- package/package.json +4 -4
package/dist/dist.min.js
CHANGED
|
@@ -3681,11 +3681,13 @@
|
|
|
3681
3681
|
}
|
|
3682
3682
|
});
|
|
3683
3683
|
|
|
3684
|
-
// ../worker-utils/src/lib/node/worker_threads-browser.
|
|
3684
|
+
// ../worker-utils/src/lib/node/worker_threads-browser.ts
|
|
3685
3685
|
var Worker2;
|
|
3686
3686
|
var init_worker_threads_browser = __esm({
|
|
3687
|
-
"../worker-utils/src/lib/node/worker_threads-browser.
|
|
3687
|
+
"../worker-utils/src/lib/node/worker_threads-browser.ts"() {
|
|
3688
3688
|
Worker2 = class {
|
|
3689
|
+
terminate() {
|
|
3690
|
+
}
|
|
3689
3691
|
};
|
|
3690
3692
|
}
|
|
3691
3693
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/tiles",
|
|
3
|
-
"version": "3.3.0-alpha.
|
|
3
|
+
"version": "3.3.0-alpha.12",
|
|
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.3.0-alpha.
|
|
37
|
-
"@loaders.gl/math": "3.3.0-alpha.
|
|
36
|
+
"@loaders.gl/loader-utils": "3.3.0-alpha.12",
|
|
37
|
+
"@loaders.gl/math": "3.3.0-alpha.12",
|
|
38
38
|
"@math.gl/core": "^3.5.1",
|
|
39
39
|
"@math.gl/culling": "^3.5.1",
|
|
40
40
|
"@math.gl/geospatial": "^3.5.1",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@loaders.gl/core": "^3.2.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "e807cde8f2fcb3503fa01ae3ac6b148ff5326649"
|
|
48
48
|
}
|