react-leaflet-deflate 3.1.1 → 3.1.2

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/CHANGELOG.md CHANGED
@@ -1,13 +1,15 @@
1
1
  react-leaflet-deflate Changelog
2
2
  =========================
3
3
 
4
+ ## 3.1.2 (2026-01-11)
5
+
6
+ * NPM Audit Fix
4
7
 
5
8
  ## 3.1.0 (2025-12-05)
6
9
 
7
10
  * Add gh-pages docs
8
11
  * Update dependencies
9
12
 
10
-
11
13
  ## 3.0.1 (2025-11-28)
12
14
 
13
15
  * NPM Audit Fix
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.1.0/",
18
+ "react-leaflet-deflate": "https://esm.sh/react-leaflet-deflate@3.1.1/",
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.1",
3
+ "version": "3.1.2",
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",