@loaders.gl/tiles 3.3.0 → 3.3.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.
Files changed (2) hide show
  1. package/dist/dist.min.js +1 -1
  2. package/package.json +4 -4
package/dist/dist.min.js CHANGED
@@ -4074,7 +4074,7 @@
4074
4074
  var init_get_worker_url = __esm({
4075
4075
  "../worker-utils/src/lib/worker-api/get-worker-url.ts"() {
4076
4076
  init_assert3();
4077
- NPM_TAG = "beta";
4077
+ NPM_TAG = "latest";
4078
4078
  }
4079
4079
  });
4080
4080
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/tiles",
3
- "version": "3.3.0",
3
+ "version": "3.3.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.3.0",
37
- "@loaders.gl/math": "3.3.0",
36
+ "@loaders.gl/loader-utils": "3.3.2",
37
+ "@loaders.gl/math": "3.3.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",
@@ -44,5 +44,5 @@
44
44
  "peerDependencies": {
45
45
  "@loaders.gl/core": "^3.2.0"
46
46
  },
47
- "gitHead": "566d194f175a03e042d3e588cdd514048f428cc1"
47
+ "gitHead": "a37b0af509ca05468aec6e5667d6a427b9c15d29"
48
48
  }