react-leaflet-deflate 3.1.0 → 3.1.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/docs/index.html +1 -1
- package/package.json +2 -1
package/docs/index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"react-dom/client": "https://esm.sh/react-dom@19.2.3/client",
|
|
16
16
|
"react-leaflet": "https://esm.sh/react-leaflet@5.0.0/",
|
|
17
17
|
"@react-leaflet/core": "https://cdn.esm.sh/@react-leaflet/core",
|
|
18
|
-
"react-leaflet-deflate": "https://esm.sh/react-leaflet-deflate@3.0
|
|
18
|
+
"react-leaflet-deflate": "https://esm.sh/react-leaflet-deflate@3.1.0/",
|
|
19
19
|
"Leaflet.Deflate": "https://cdn.jsdelivr.net/npm/Leaflet.Deflate@2.1.0/dist/L.Deflate.min.js",
|
|
20
20
|
"leaflet.markercluster": "https://unpkg.com/leaflet.markercluster"
|
|
21
21
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-leaflet-deflate",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "React wrapper of Leaflet.Deflate. Substitues polygons and lines with markers when screen size falls below a defined threshold.",
|
|
5
5
|
"main": "dist/react-leaflet-deflate.min.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"type": "git",
|
|
19
19
|
"url": "git+https://github.com/mhasbie/react-leaflet-deflate.git"
|
|
20
20
|
},
|
|
21
|
+
"homepage": "https://mhasbie.github.io/react-leaflet-deflate/",
|
|
21
22
|
"keywords": [
|
|
22
23
|
"react",
|
|
23
24
|
"leaflet",
|