react-leaflet-deflate 3.0.0-beta.3 → 3.0.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/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  react-leaflet-deflate Changelog
2
2
  =========================
3
3
 
4
+ ## 3.0.1 (2025-11-28)
5
+
6
+ * NPM Audit Fix
7
+
4
8
  ## 3.0.0 (2025-11-07)
5
9
 
6
10
  * Update Leaflet.Deflate dependency to 2.1.0.
package/README.md CHANGED
@@ -23,6 +23,7 @@ Substitutes polygons and lines with markers when their screen size falls below a
23
23
  | --- | --- |
24
24
  | `react-leaflet@1.9.1` | [`CodePen`](https://codepen.io/m_hasbie/full/jvgeVR/) |
25
25
  | `react-leaflet@2.x` | [`CodePen`](https://codepen.io/m_hasbie/full/MqNPRy/) |
26
+ | `react-leaflet@5.x` | [`CodePen`](https://codepen.io/m_hasbie/full/wBGampr) |
26
27
 
27
28
 
28
29
  ## Installation
@@ -1,9 +1,9 @@
1
- /**
2
- * @license React
3
- * react-dom.production.js
4
- *
5
- * Copyright (c) Meta Platforms, Inc. and affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
1
+ /**
2
+ * @license React
3
+ * react-dom.production.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-leaflet-deflate",
3
- "version": "3.0.0-beta.3",
3
+ "version": "3.0.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",