@baeckerherz/expo-mapbox-navigation 0.1.13 → 0.1.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baeckerherz/expo-mapbox-navigation",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Expo module wrapping Mapbox Navigation SDK v3 for iOS and Android",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -42,7 +42,6 @@ const MAPBOX_NAV_PRODUCTS = [
42
42
  "MapboxNavigationUIKit",
43
43
  "MapboxNavigationCore",
44
44
  "MapboxDirections",
45
- "MapboxMaps",
46
45
  ];
47
46
  /**
48
47
  * Patches the iOS Podfile to add Mapbox Navigation SPM to the Pods project
@@ -7,7 +7,6 @@ const MAPBOX_NAV_PRODUCTS = [
7
7
  "MapboxNavigationUIKit",
8
8
  "MapboxNavigationCore",
9
9
  "MapboxDirections",
10
- "MapboxMaps",
11
10
  ];
12
11
 
13
12
  interface PodfileOptions {