@maptalks/vt 0.121.0 → 0.122.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.121.0
2
+ * @maptalks/vt v0.122.0
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2026 maptalks.org
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @maptalks/vt v0.121.0
2
+ * @maptalks/vt v0.122.0
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2026 maptalks.org
5
5
  */
@@ -21652,5 +21652,5 @@ if (p.transcoders) {
21652
21652
 
21653
21653
  export { Sa as BillBoardPainter, Ga as BillBoardPlugin, zh as ExtrudePolygonLayer, ni as FillPainter, Ia as FillPlugin, jh as FilterUtil, Na as GLTFPhongPlugin, za as GLTFStandardPlugin, Xa as GeoJSONVectorTileLayer, Va as HeatmapPlugin, io as IconPainter, ka as IconPlugin, Oa as LineGradientPlugin, ai as LinePainter, Ca as LinePlugin, Sl as LineStringLayer, Ha as LitPlugin, Wa as MapboxVectorTileLayer, ls as NativeLinePainter, Fa as NativeLinePlugin, rs as NativePointPainter, Wh as PackUtil, Ss as PhongPainter, Ea as PhongPlugin, Al as PointLayer, Tl as PointLayerRenderer, Il as PolygonLayer, $h as SYMBOLS_NEED_REBUILD_IN_VECTOR, Xh as SYMBOLS_NEED_REBUILD_IN_VT, Ma as TerrainFlatMaskPainter, Ba as TerrainFlatMaskPlugin, Jo as TextPainter, Ra as TextPlugin, La as TubePlugin, Ft as Vector3DLayer, wt as VectorTileLayer, ft as VectorTileLayerRenderer, Ua as WaterPlugin, Ps as WireframePainter, Da as WireframePlugin, $ as getVectorPacker };
21654
21654
 
21655
- "undefined" != typeof console && console.log("@maptalks/vt v0.121.0");
21655
+ "undefined" != typeof console && console.log("@maptalks/vt v0.122.0");
21656
21656
  //# sourceMappingURL=maptalks.vt.es.js.map
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @maptalks/vt v0.121.0
2
+ * @maptalks/vt v0.122.0
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2026 maptalks.org
5
5
  */
@@ -21652,5 +21652,5 @@ if (p.transcoders) {
21652
21652
 
21653
21653
  export { Sa as BillBoardPainter, Ga as BillBoardPlugin, zh as ExtrudePolygonLayer, ni as FillPainter, Ia as FillPlugin, jh as FilterUtil, Na as GLTFPhongPlugin, za as GLTFStandardPlugin, Xa as GeoJSONVectorTileLayer, Va as HeatmapPlugin, io as IconPainter, ka as IconPlugin, Oa as LineGradientPlugin, ai as LinePainter, Ca as LinePlugin, Sl as LineStringLayer, Ha as LitPlugin, Wa as MapboxVectorTileLayer, ls as NativeLinePainter, Fa as NativeLinePlugin, rs as NativePointPainter, Wh as PackUtil, Ss as PhongPainter, Ea as PhongPlugin, Al as PointLayer, Tl as PointLayerRenderer, Il as PolygonLayer, $h as SYMBOLS_NEED_REBUILD_IN_VECTOR, Xh as SYMBOLS_NEED_REBUILD_IN_VT, Ma as TerrainFlatMaskPainter, Ba as TerrainFlatMaskPlugin, Jo as TextPainter, Ra as TextPlugin, La as TubePlugin, Ft as Vector3DLayer, wt as VectorTileLayer, ft as VectorTileLayerRenderer, Ua as WaterPlugin, Ps as WireframePainter, Da as WireframePlugin, $ as getVectorPacker };
21654
21654
 
21655
- "undefined" != typeof console && console.log("@maptalks/vt v0.121.0");
21655
+ "undefined" != typeof console && console.log("@maptalks/vt v0.122.0");
21656
21656
  //# sourceMappingURL=maptalks.vt.es.js.map
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @maptalks/vt v0.121.0
2
+ * @maptalks/vt v0.122.0
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2026 maptalks.org
5
5
  */
@@ -23549,6 +23549,6 @@
23549
23549
  e.SYMBOLS_NEED_REBUILD_IN_VT = Of, e.TerrainFlatMaskPainter = Dl, e.TerrainFlatMaskPlugin = Kl,
23550
23550
  e.TextPainter = as, e.TextPlugin = Vl, e.TubePlugin = jl, e.Vector3DLayer = mn,
23551
23551
  e.VectorTileLayer = ln, e.VectorTileLayerRenderer = Yt, e.WaterPlugin = ql, e.WireframePainter = Es,
23552
- e.WireframePlugin = Bl, e.getVectorPacker = h, "undefined" != typeof console && console.log("@maptalks/vt v0.121.0");
23552
+ e.WireframePlugin = Bl, e.getVectorPacker = h, "undefined" != typeof console && console.log("@maptalks/vt v0.122.0");
23553
23553
  }));
23554
23554
  //# sourceMappingURL=maptalks.vt.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maptalks/vt",
3
- "version": "0.121.0",
3
+ "version": "0.122.0",
4
4
  "description": "The vector-tile plugin for maptalks.js",
5
5
  "main": "dist/maptalks.vt.js",
6
6
  "module": "dist/maptalks.vt.es.js",
@@ -34,7 +34,7 @@
34
34
  "robust-predicates": "^2.0.4",
35
35
  "tinyqueue": "^2.0.3",
36
36
  "vt-pbf": "^3.1.0",
37
- "@maptalks/vt-plugin": "0.121.0"
37
+ "@maptalks/vt-plugin": "0.122.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@maptalks/rollup-plugin-glsl-minify": "^0.1.7",
@@ -54,8 +54,8 @@
54
54
  "pixelmatch": "^4.0.2",
55
55
  "rollup": "^4.17.2",
56
56
  "rollup-plugin-dts": "^6.1.0",
57
- "@maptalks/gl": "0.121.0",
58
- "@maptalks/gpu": "0.121.0",
57
+ "@maptalks/gl": "0.122.0",
58
+ "@maptalks/gpu": "0.122.0",
59
59
  "maptalks": "1.10.0"
60
60
  },
61
61
  "gitHead": "36a6954658f5a3aff0fe84dd79964ee7f1317b06",