@maplibre/maplibre-react-native 10.4.0 → 10.4.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.
@@ -1,6 +1,6 @@
1
1
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
2
  package="org.maplibre.reactnative">
3
-
4
3
  <uses-permission android:name="android.permission.INTERNET" />
4
+ <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
5
5
  <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
6
6
  </manifest>
@@ -22,9 +22,9 @@ def $MLRN._add_spm_to_target(project, target, url, requirement, product_name)
22
22
  if !pkg
23
23
  pkg = project.new(pkg_class)
24
24
  pkg.repositoryURL = url
25
- pkg.requirement = requirement
26
25
  project.root_object.package_references << pkg
27
26
  end
27
+ pkg.requirement = requirement
28
28
  ref = target.package_product_dependencies.find { |r| r.class == ref_class && r.package == pkg && r.product_name == product_name }
29
29
  if !ref
30
30
  ref = project.new(ref_class)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maplibre/maplibre-react-native",
3
3
  "description": "React Native library for creating maps with MapLibre Native for Android & iOS",
4
- "version": "10.4.0",
4
+ "version": "10.4.2",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": true
@@ -145,14 +145,14 @@
145
145
  "devDependencies": {
146
146
  "@babel/core": "^7.26.0",
147
147
  "@expo/config-plugins": "^10.0.2",
148
- "@maplibre/maplibre-gl-style-spec": "24.3.0",
148
+ "@maplibre/maplibre-gl-style-spec": "24.3.1",
149
149
  "@semantic-release/changelog": "^6.0.3",
150
150
  "@semantic-release/git": "^10.0.1",
151
151
  "@sinonjs/fake-timers": "^15.0.0",
152
152
  "@testing-library/react-native": "^13.0.1",
153
153
  "@types/ejs": "^3.1.5",
154
154
  "@types/geojson": "^7946.0.14",
155
- "@types/node": "^22.10.1",
155
+ "@types/node": "^24.10.0",
156
156
  "@types/react": "^18.3.18",
157
157
  "documentation": "^14.0.0",
158
158
  "ejs": "^3.1.10",
@@ -166,7 +166,7 @@
166
166
  "react-native": "0.76.9",
167
167
  "react-native-builder-bob": "^0.34.0",
168
168
  "react-test-renderer": "18.3.1",
169
- "semantic-release": "^24.2.0",
169
+ "semantic-release": "^25.0.1",
170
170
  "snapshot-diff": "^0.10.0",
171
171
  "ts-node": "^10.9.2",
172
172
  "tsx": "^4.19.2",