@maptiler/sdk 3.11.0-rc.2 → 3.11.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
|
@@ -15099,7 +15099,7 @@ class uf {
|
|
|
15099
15099
|
}
|
|
15100
15100
|
}
|
|
15101
15101
|
function wi() {
|
|
15102
|
-
return "3.11.0
|
|
15102
|
+
return "3.11.0";
|
|
15103
15103
|
}
|
|
15104
15104
|
const cf = k.Map, pf = k.Marker, ff = k.Popup, df = k.Style, hf = k.CanvasSource, mf = k.GeoJSONSource, yf = k.ImageSource, gf = k.RasterTileSource, vf = k.RasterDEMTileSource, bf = k.VectorTileSource, wf = k.VideoSource, Sf = k.NavigationControl, xf = k.GeolocateControl, kf = k.AttributionControl, Lf = k.LogoControl, Ef = k.ScaleControl, Cf = k.FullscreenControl, Af = k.TerrainControl, Tf = k.BoxZoomHandler, If = k.ScrollZoomHandler, _f = k.CooperativeGesturesHandler, Mf = k.KeyboardHandler, Pf = k.TwoFingersTouchPitchHandler, Rf = k.MapWheelEvent, Of = k.MapTouchEvent, zf = k.MapMouseEvent, Ff = k.config, $f = k.getVersion, {
|
|
15105
15105
|
setRTLTextPlugin: Nf,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maptiler/sdk",
|
|
3
|
-
"version": "3.11.0
|
|
3
|
+
"version": "3.11.0",
|
|
4
4
|
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
|
|
5
5
|
"author": "MapTiler",
|
|
6
6
|
"module": "dist/maptiler-sdk.mjs",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"@maplibre/maplibre-gl-style-spec": "~24.4.1",
|
|
101
|
-
"@maptiler/client": "~2.6.0",
|
|
101
|
+
"@maptiler/client": "~2.6.0 || ~2.7.0",
|
|
102
102
|
"eslint-plugin-compat": "^6.1.0",
|
|
103
103
|
"events": "^3.3.0",
|
|
104
104
|
"gl-matrix": "^3.4.4",
|