@maptalks/vt 0.54.2 → 0.55.0

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
  /*!
2
- * @maptalks/vt v0.54.2
2
+ * @maptalks/vt v0.55.0
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2021 maptalks.org
5
5
  */
@@ -13071,7 +13071,7 @@
13071
13071
  updateMesh(t) {
13072
13072
  return this.xe(t, this.meshes, this.atlas, this.Ue, this.painter, De, Zr, this.je);
13073
13073
  }
13074
- }), Xr.registerRenderer("canvas", null), mr.VERSION = "0.54.2", Pr.VERSION = "0.54.2",
13074
+ }), Xr.registerRenderer("canvas", null), mr.VERSION = "0.55.0", Pr.VERSION = "0.55.0",
13075
13075
  t.GeoJSONVectorTileLayer = Ar, t.LineStringLayer = Br, t.MapboxVectorTileLayer = xr,
13076
13076
  t.PackUtil = Ge, t.PointLayer = qr, t.PolygonLayer = Xr, t.SYMBOLS_NEED_REBUILD_IN_VECTOR = qe,
13077
13077
  t.SYMBOLS_NEED_REBUILD_IN_VT = Je, t.Vector3DLayer = Pr, t.VectorTileLayer = mr,
@@ -13079,5 +13079,5 @@
13079
13079
  value: !0
13080
13080
  });
13081
13081
  }));
13082
- o.mat4.create(), "undefined" != typeof console && console.log("@maptalks/vt v0.54.2");
13082
+ o.mat4.create(), "undefined" != typeof console && console.log("@maptalks/vt v0.55.0");
13083
13083
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maptalks/vt",
3
- "version": "0.54.2",
3
+ "version": "0.55.0",
4
4
  "description": "The vector-tile plugin for maptalks.js",
5
5
  "main": "dist/maptalks.vt.js",
6
6
  "browser": "dist/maptalks.vt.js",
@@ -25,8 +25,8 @@
25
25
  "@maptalks/function-type": "^1.2.3",
26
26
  "@maptalks/gl": "<2.0.0",
27
27
  "@maptalks/tbn-packer": "^1.2.6",
28
- "@maptalks/vector-packer": "^0.54.0",
29
- "@maptalks/vt-plugin": "^0.54.0",
28
+ "@maptalks/vector-packer": "^0.55.0",
29
+ "@maptalks/vt-plugin": "^0.55.0",
30
30
  "color": "^3.0.0",
31
31
  "earcut": "^2.2.1",
32
32
  "fast-deep-equal": "^2.0.1",