@maptiler/sdk 4.0.0-rc.2 → 4.0.0-rc.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.
- package/dist/maptiler-sdk.mjs +1 -1
- package/package.json +2 -2
package/dist/maptiler-sdk.mjs
CHANGED
|
@@ -15177,7 +15177,7 @@ class pf {
|
|
|
15177
15177
|
}
|
|
15178
15178
|
}
|
|
15179
15179
|
function So() {
|
|
15180
|
-
return "4.0.0-rc.
|
|
15180
|
+
return "4.0.0-rc.3";
|
|
15181
15181
|
}
|
|
15182
15182
|
const ff = k.Map, df = k.Marker, hf = k.Popup, mf = k.Style, yf = k.CanvasSource, gf = k.GeoJSONSource, vf = k.ImageSource, bf = k.RasterTileSource, wf = k.RasterDEMTileSource, Sf = k.VectorTileSource, xf = k.VideoSource, kf = k.NavigationControl, Ef = k.GeolocateControl, Lf = k.AttributionControl, Cf = k.LogoControl, Af = k.ScaleControl, Tf = k.FullscreenControl, If = k.TerrainControl, _f = k.BoxZoomHandler, Mf = k.ScrollZoomHandler, Pf = k.CooperativeGesturesHandler, Rf = k.KeyboardHandler, Of = k.TwoFingersTouchPitchHandler, zf = k.MapWheelEvent, Ff = k.MapTouchEvent, $f = k.MapMouseEvent, Nf = k.config, jf = k.getVersion, {
|
|
15183
15183
|
setRTLTextPlugin: Df,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maptiler/sdk",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.3",
|
|
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.7.0",
|
|
101
|
-
"@maptiler/client": "^3.0.0-rc.
|
|
101
|
+
"@maptiler/client": "^3.0.0-rc.2",
|
|
102
102
|
"eslint-plugin-compat": "^6.1.0",
|
|
103
103
|
"events": "^3.3.0",
|
|
104
104
|
"gl-matrix": "^3.4.4",
|