@maptalks/vt 0.124.2 → 0.124.3

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.124.2
2
+ * @maptalks/vt v0.124.3
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2026 maptalks.org
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @maptalks/vt v0.124.2
2
+ * @maptalks/vt v0.124.3
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2026 maptalks.org
5
5
  */
@@ -21660,5 +21660,5 @@ if (p.transcoders) {
21660
21660
 
21661
21661
  export { ma as BillBoardPainter, Ea as BillBoardPlugin, Fh as ExtrudePolygonLayer, ii as FillPainter, va as FillPlugin, Hh as FilterUtil, ka as GLTFPhongPlugin, Fa as GLTFStandardPlugin, za as GeoJSONVectorTileLayer, Oa as HeatmapPlugin, ns as IconPainter, Ta as IconPlugin, Aa as LineGradientPlugin, ai as LinePainter, ba as LinePlugin, ml as LineStringLayer, Ia as LitPlugin, La as MapboxVectorTileLayer, to as NativeLinePainter, Sa as NativeLinePlugin, Ks as NativePointPainter, Lh as PackUtil, xo as PhongPainter, Ma as PhongPlugin, dl as PointLayer, pl as PointLayerRenderer, vl as PolygonLayer, Nh as SYMBOLS_NEED_REBUILD_IN_VECTOR, zh as SYMBOLS_NEED_REBUILD_IN_VT, _a as TerrainFlatMaskPainter, Da as TerrainFlatMaskPlugin, Ys as TextPainter, wa as TextPlugin, Ca as TubePlugin, Et as Vector3DLayer, Mt as VectorTileLayer, dt as VectorTileLayerRenderer, Ra as WaterPlugin, vo as WireframePainter, Pa as WireframePlugin, q as getVectorPacker };
21662
21662
 
21663
- "undefined" != typeof console && console.log("@maptalks/vt v0.124.2");
21663
+ "undefined" != typeof console && console.log("@maptalks/vt v0.124.3");
21664
21664
  //# sourceMappingURL=maptalks.vt.es.js.map
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @maptalks/vt v0.124.2
2
+ * @maptalks/vt v0.124.3
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2026 maptalks.org
5
5
  */
@@ -23557,6 +23557,6 @@
23557
23557
  e.SYMBOLS_NEED_REBUILD_IN_VT = bf, e.TerrainFlatMaskPainter = Ml, e.TerrainFlatMaskPlugin = Ul,
23558
23558
  e.TextPainter = ta, e.TextPlugin = Fl, e.TubePlugin = Ll, e.Vector3DLayer = mn,
23559
23559
  e.VectorTileLayer = ln, e.VectorTileLayerRenderer = qt, e.WaterPlugin = Vl, e.WireframePainter = Pa,
23560
- e.WireframePlugin = El, e.getVectorPacker = h, "undefined" != typeof console && console.log("@maptalks/vt v0.124.2");
23560
+ e.WireframePlugin = El, e.getVectorPacker = h, "undefined" != typeof console && console.log("@maptalks/vt v0.124.3");
23561
23561
  }));
23562
23562
  //# sourceMappingURL=maptalks.vt.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maptalks/vt",
3
- "version": "0.124.2",
3
+ "version": "0.124.3",
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",
@@ -33,7 +33,7 @@
33
33
  "robust-predicates": "^2.0.4",
34
34
  "tinyqueue": "^2.0.3",
35
35
  "vt-pbf": "^3.1.0",
36
- "@maptalks/vt-plugin": "0.124.2"
36
+ "@maptalks/vt-plugin": "0.124.3"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@maptalks/rollup-plugin-glsl-minify": "^0.1.7",
@@ -53,8 +53,8 @@
53
53
  "pixelmatch": "^4.0.2",
54
54
  "rollup": "^4.17.2",
55
55
  "rollup-plugin-dts": "^6.1.0",
56
- "@maptalks/gl": "0.124.2",
57
- "@maptalks/gpu": "0.124.2",
56
+ "@maptalks/gl": "0.124.3",
57
+ "@maptalks/gpu": "0.124.3",
58
58
  "maptalks": "1.12.1"
59
59
  },
60
60
  "gitHead": "36a6954658f5a3aff0fe84dd79964ee7f1317b06",