@maptalks/vt 0.103.1 → 0.103.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @maptalks/vt v0.103.1
2
+ * @maptalks/vt v0.103.2
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2024 maptalks.org
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @maptalks/vt v0.103.1
2
+ * @maptalks/vt v0.103.2
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2024 maptalks.org
5
5
  */
@@ -19686,5 +19686,5 @@ if (i.transcoders) {
19686
19686
 
19687
19687
  export { pl as ExtrudePolygonLayer, Tn as FillPainter, ho as FillPlugin, xl as FilterUtil, bo as GLTFPhongPlugin, wo as GLTFStandardPlugin, To as GeoJSONVectorTileLayer, Ao as HeatmapPlugin, br as IconPainter, fo as IconPlugin, co as LineGradientPlugin, kn as LinePainter, uo as LinePlugin, ea as LineStringLayer, vo as LitPlugin, Mo as MapboxVectorTileLayer, ms as NativeLinePainter, yo as NativeLinePlugin, ds as NativePointPainter, vl as PackUtil, ks as PhongPainter, mo as PhongPlugin, Qo as PointLayer, ra as PolygonLayer, wl as SYMBOLS_NEED_REBUILD_IN_VECTOR, bl as SYMBOLS_NEED_REBUILD_IN_VT, ls as TextPainter, po as TextPlugin, xo as TubePlugin, de as Vector3DLayer, oe as VectorTileLayer, Yt as VectorTileLayerRenderer, _o as WaterPlugin, Cs as WireframePainter, go as WireframePlugin };
19688
19688
 
19689
- "undefined" != typeof console && console.log("@maptalks/vt v0.103.1");
19689
+ "undefined" != typeof console && console.log("@maptalks/vt v0.103.2");
19690
19690
  //# sourceMappingURL=maptalks.vt.es.js.map
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * @maptalks/vt v0.103.1
2
+ * @maptalks/vt v0.103.2
3
3
  * LICENSE : undefined
4
4
  * (c) 2016-2024 maptalks.org
5
5
  */
6
6
  !function(t, e) {
7
- "object" == typeof exports && "undefined" != typeof module ? e(exports, require("maptalks"), require("@maptalks/gl")) : "function" == typeof define && define.amd ? define([ "exports", "maptalks", "@maptalks/gl" ], e) : e((t = "undefined" != typeof globalThis ? globalThis : t || self).maptalks = t.maptalks || {}, t.maptalks, t.maptalksgl);
7
+ "object" == typeof exports && "undefined" != typeof module ? e(exports, require("maptalks"), require("@maptalks/gl")) : "function" == typeof define && define.amd ? define([ "exports", "maptalks", "@maptalks/gl" ], e) : e((t = "undefined" != typeof globalThis ? globalThis : t || self).maptalks = t.maptalks || {}, t.maptalks, t.maptalks);
8
8
  }(this, (function(t, e, n) {
9
9
  function i(t) {
10
10
  var e = Object.create(null);
@@ -21593,6 +21593,6 @@
21593
21593
  t.PointLayer = pl, t.PolygonLayer = bl, t.SYMBOLS_NEED_REBUILD_IN_VECTOR = dc, t.SYMBOLS_NEED_REBUILD_IN_VT = fc,
21594
21594
  t.TextPainter = _o, t.TextPlugin = Oa, t.TubePlugin = Na, t.Vector3DLayer = nn,
21595
21595
  t.VectorTileLayer = qe, t.VectorTileLayerRenderer = He, t.WaterPlugin = La, t.WireframePainter = Yo,
21596
- t.WireframePlugin = Ca, "undefined" != typeof console && console.log("@maptalks/vt v0.103.1");
21596
+ t.WireframePlugin = Ca, "undefined" != typeof console && console.log("@maptalks/vt v0.103.2");
21597
21597
  }));
21598
21598
  //# sourceMappingURL=maptalks.vt.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maptalks/vt",
3
- "version": "0.103.1",
3
+ "version": "0.103.2",
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,8 +33,8 @@
33
33
  "robust-predicates": "^2.0.4",
34
34
  "tinyqueue": "^2.0.3",
35
35
  "vt-pbf": "^3.1.0",
36
- "@maptalks/gl": "0.104.0",
37
- "@maptalks/vt-plugin": "0.99.0"
36
+ "@maptalks/gl": "0.104.1",
37
+ "@maptalks/vt-plugin": "0.99.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@maptalks/rollup-plugin-glsl-minify": "^0.1.7",