@maplibre/maplibre-gl-native 5.1.0 → 5.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/README.md +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -13,6 +13,9 @@ Beside merging in platform specific SDKs, the following changes were made compar
|
|
|
13
13
|
* The Android binaries are distributed to GitHub maven package repository.
|
|
14
14
|
|
|
15
15
|
> The mapbox-gl-native was forked from [d60fd30 - mgbl 1.6.0](https://github.com/mapbox/mapbox-gl-native/tree/d60fd302b1f6563e7d16952f8855122fdcc85f73), mapbox-gl-native-ios from [a139216](https://github.com/mapbox/mapbox-gl-native-ios/commit/a139216) and mapbox-gl-native-android from [4c12fb2](https://github.com/mapbox/mapbox-gl-native-android/commit/4c12fb2c)
|
|
16
|
+
|
|
17
|
+
**Call for Bounties💰** If you have ideas for new features in MapLibre, you can now nominate them for the MapLibre Bounty Program at https://maplibre.org/news/2022-10-16-call-for-bounties/
|
|
18
|
+
|
|
16
19
|
## Build Status
|
|
17
20
|
|
|
18
21
|
| SDK | Build | Build status |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maplibre/maplibre-gl-native",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"description": "Renders map tiles with Maplibre GL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"maplibre",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@mapbox/mvt-fixtures": "3.10.0",
|
|
31
31
|
"@octokit/plugin-retry": "^3.0.9",
|
|
32
32
|
"@octokit/rest": "^19.0.5",
|
|
33
|
-
"aws-sdk": "^2.
|
|
33
|
+
"aws-sdk": "^2.1277.0",
|
|
34
34
|
"csscolorparser": "~1.0.2",
|
|
35
35
|
"d3-queue": "3.0.7",
|
|
36
36
|
"diff": "5.1.0",
|