@maptiler/sdk 3.10.1-rc.1 → 3.10.2-rc.1

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.
package/README.md CHANGED
@@ -10,7 +10,7 @@ In addition, the MapTiler SDK JS provides well-documented and easy-to-use wrappe
10
10
 
11
11
  > 📣 _**Note:**_ If you need <ins>only the API Client library</ins> to use in a headless fashion and without any map display, check out [MapTiler Client JS](https://github.com/maptiler/maptiler-client-js) library for browser and NodeJS.
12
12
 
13
- ![](https://img.shields.io/badge/npm-v3.8.0-f2f6ff?style=for-the-badge&labelColor=D3DBEC&logo=npm&logoColor=333359) ![](https://img.shields.io/badge/-white?style=for-the-badge&logo=javascript)![](https://img.shields.io/badge/-white?style=for-the-badge&logo=typescript)
13
+ [![](https://img.shields.io/npm/v/@maptiler/sdk?style=for-the-badge&labelColor=D3DBEC&color=f2f6ff&logo=npm&logoColor=333359)](https://www.npmjs.com/package/@maptiler/sdk) ![](https://img.shields.io/badge/-white?style=for-the-badge&logo=javascript)![](https://img.shields.io/badge/-white?style=for-the-badge&logo=typescript)
14
14
 
15
15
  ---
16
16
 
@@ -14052,7 +14052,7 @@ const vp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
14052
14052
  takeScreenshot: Oc
14053
14053
  }, Symbol.toStringTag, { value: "Module" }));
14054
14054
  function oi() {
14055
- return "3.10.1-rc.1";
14055
+ return "3.10.2-rc.1";
14056
14056
  }
14057
14057
  const bp = L.Map, wp = L.Marker, Sp = L.Popup, xp = L.Style, kp = L.CanvasSource, Lp = L.GeoJSONSource, Cp = L.ImageSource, Ep = L.RasterTileSource, Ap = L.RasterDEMTileSource, Tp = L.VectorTileSource, _p = L.VideoSource, Ip = L.NavigationControl, Mp = L.GeolocateControl, Pp = L.AttributionControl, Rp = L.LogoControl, zp = L.ScaleControl, Op = L.FullscreenControl, Fp = L.TerrainControl, $p = L.BoxZoomHandler, Np = L.ScrollZoomHandler, jp = L.CooperativeGesturesHandler, Dp = L.KeyboardHandler, Up = L.TwoFingersTouchPitchHandler, Bp = L.MapWheelEvent, qp = L.MapTouchEvent, Vp = L.MapMouseEvent, Gp = L.config, Hp = L.getVersion, {
14058
14058
  setRTLTextPlugin: Zp,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maptiler/sdk",
3
- "version": "3.10.1-rc.1",
3
+ "version": "3.10.2-rc.1",
4
4
  "description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
5
5
  "author": "MapTiler",
6
6
  "module": "dist/maptiler-sdk.mjs",