@loaders.gl/tiles 3.3.0-alpha.10 → 3.3.0-alpha.11

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.
Files changed (2) hide show
  1. package/dist/dist.min.js +4 -2
  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.js
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.js"() {
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.10",
3
+ "version": "3.3.0-alpha.11",
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.10",
37
- "@loaders.gl/math": "3.3.0-alpha.10",
36
+ "@loaders.gl/loader-utils": "3.3.0-alpha.11",
37
+ "@loaders.gl/math": "3.3.0-alpha.11",
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": "53bc8d3f18fbc3445a00f8509038479119895c78"
47
+ "gitHead": "1863a8875f63d578c0fdf5bdb3b7d6827f799db9"
48
48
  }