@maptiler/sdk 3.9.0-rc.5 → 3.9.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.
- package/dist/maptiler-sdk.mjs +1 -1
- package/package.json +2 -2
package/dist/maptiler-sdk.mjs
CHANGED
|
@@ -14025,7 +14025,7 @@ const Lp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
14025
14025
|
takeScreenshot: Dc
|
|
14026
14026
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
14027
14027
|
function Kc() {
|
|
14028
|
-
return "3.9.0
|
|
14028
|
+
return "3.9.0";
|
|
14029
14029
|
}
|
|
14030
14030
|
const Ep = L.Map, Cp = L.Marker, Ap = L.Popup, Tp = L.Style, _p = L.CanvasSource, Ip = L.GeoJSONSource, Mp = L.ImageSource, Pp = L.RasterTileSource, Rp = L.RasterDEMTileSource, zp = L.VectorTileSource, Op = L.VideoSource, $p = L.NavigationControl, Fp = L.GeolocateControl, Np = L.AttributionControl, jp = L.LogoControl, Dp = L.ScaleControl, Up = L.FullscreenControl, Bp = L.TerrainControl, qp = L.BoxZoomHandler, Vp = L.ScrollZoomHandler, Gp = L.CooperativeGesturesHandler, Hp = L.KeyboardHandler, Zp = L.TwoFingersTouchPitchHandler, Kp = L.MapWheelEvent, Xp = L.MapTouchEvent, Yp = L.MapMouseEvent, Wp = L.config, Jp = L.getVersion, {
|
|
14031
14031
|
setRTLTextPlugin: Qp,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maptiler/sdk",
|
|
3
|
-
"version": "3.9.0
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
|
|
5
5
|
"author": "MapTiler",
|
|
6
6
|
"module": "dist/maptiler-sdk.mjs",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@maplibre/maplibre-gl-style-spec": "~23.3.0",
|
|
90
|
-
"@maptiler/client": "2.6.0
|
|
90
|
+
"@maptiler/client": "~2.6.0",
|
|
91
91
|
"events": "^3.3.0",
|
|
92
92
|
"gl-matrix": "^3.4.3",
|
|
93
93
|
"js-base64": "^3.7.7",
|