maplibre-gl 1.15.2 → 1.15.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/CHANGELOG.md CHANGED
@@ -8,6 +8,11 @@
8
8
 
9
9
  - *...Add new stuff here...*
10
10
 
11
+ ## 1.15.3
12
+
13
+ ### 🐞 Bug fixes
14
+ - Bump minimist dependency to fix security issue in the production dependencies (#1135)
15
+
11
16
  ## 1.15.2
12
17
 
13
18
  ### 🐞 Bug fixes
package/README.md CHANGED
@@ -12,7 +12,7 @@ If you depend on mapbox-gl directly, simply replace `mapbox-gl` with `maplibre-g
12
12
  }
13
13
  ```
14
14
 
15
- And replace ```mapboxgl``` with ```maplibregl``` in your JavaScript and optionannly in your HTML/CSS code:
15
+ And replace ```mapboxgl``` with ```maplibregl``` in your JavaScript and optionally in your HTML/CSS code:
16
16
  ```diff
17
17
  - var map = new mapboxgl.Map({
18
18
  + var map = new maplibregl.Map({
@@ -43,7 +43,9 @@ If you depend on a free software alternative to `mapbox-gl-js`, please consider
43
43
 
44
44
  ### Thank you Mapbox 🙏🏽
45
45
 
46
- We'd like to acknowledge the amazing work Mapbox has contributed to open source. The open source community is sad to part ways with them, but we simultaneously feel grateful for everything they already contributed. `mapbox-gl-js` 1.x is an open source achievment which now lives on as `maplibre-gl`. We're proud to develop on the shoulders of giants, thank you Mapbox 🙇🏽‍♀️
46
+ We'd like to acknowledge the amazing work Mapbox has contributed to open source. The open source community is sad to part ways with them, but we simultaneously feel grateful for everything they already contributed. `mapbox-gl-js` 1.x is an open source achievment which now lives on as `maplibre-gl`. We're proud to develop on the shoulders of giants, thank you Mapbox 🙇🏽‍♀️.
47
+
48
+ Please keep in mind: Unauthorized backports are the biggest threat to the MapLibre project. It is unacceptable to backport code from mapbox-gl-js, which is not covered by the former BSD-3 license. If you are unsure about this issue, [please ask](https://github.com/maplibre/maplibre-gl-js/discussions)!
47
49
 
48
50
  ## License
49
51