@loaders.gl/mvt 4.0.0-alpha.3 → 4.0.0-alpha.4

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.
@@ -1,5 +1,5 @@
1
1
  import parseMVT from './lib/parse-mvt';
2
- const VERSION = typeof "4.0.0-alpha.3" !== 'undefined' ? "4.0.0-alpha.3" : 'latest';
2
+ const VERSION = typeof "4.0.0-alpha.4" !== 'undefined' ? "4.0.0-alpha.4" : 'latest';
3
3
  export const MVTWorkerLoader = {
4
4
  name: 'Mapbox Vector Tile',
5
5
  id: 'mvt',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loaders.gl/mvt",
3
3
  "description": "Loader for Mapbox Vector Tiles",
4
- "version": "4.0.0-alpha.3",
4
+ "version": "4.0.0-alpha.4",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -32,13 +32,13 @@
32
32
  "build-worker": "esbuild src/workers/mvt-worker.ts --bundle --outfile=dist/mvt-worker.js"
33
33
  },
34
34
  "dependencies": {
35
- "@loaders.gl/gis": "4.0.0-alpha.3",
36
- "@loaders.gl/loader-utils": "4.0.0-alpha.3",
35
+ "@loaders.gl/gis": "4.0.0-alpha.4",
36
+ "@loaders.gl/loader-utils": "4.0.0-alpha.4",
37
37
  "@math.gl/polygon": "^3.5.1",
38
38
  "pbf": "^3.2.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/pbf": "^3.0.2"
42
42
  },
43
- "gitHead": "ded84630d02ba4fc97277ebecea3e42ae1bc2616"
43
+ "gitHead": "53026061b3c8871f7e96d3a5826125cc6613bddc"
44
44
  }