@jadamsbit/react-native-mapbox-navigation 1.0.0 → 1.0.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.
@@ -3,7 +3,7 @@ GEM
3
3
  specs:
4
4
  CFPropertyList (3.0.5)
5
5
  rexml
6
- activesupport (6.1.4.4)
6
+ activesupport (6.1.7.7)
7
7
  concurrent-ruby (~> 1.0, >= 1.0.2)
8
8
  i18n (>= 1.6, < 2)
9
9
  minitest (>= 5.1)
@@ -45,7 +45,7 @@ GEM
45
45
  public_suffix (~> 4.0)
46
46
  typhoeus (~> 1.0)
47
47
  cocoapods-deintegrate (1.0.5)
48
- cocoapods-downloader (1.5.1)
48
+ cocoapods-downloader (1.6.3)
49
49
  cocoapods-plugins (1.0.0)
50
50
  nap
51
51
  cocoapods-search (1.0.1)
@@ -54,7 +54,7 @@ GEM
54
54
  netrc (~> 0.11)
55
55
  cocoapods-try (1.2.0)
56
56
  colored2 (3.1.2)
57
- concurrent-ruby (1.1.9)
57
+ concurrent-ruby (1.2.3)
58
58
  escape (0.0.4)
59
59
  ethon (0.15.0)
60
60
  ffi (>= 1.15.0)
@@ -63,10 +63,10 @@ GEM
63
63
  fuzzy_match (2.0.4)
64
64
  gh_inspector (1.1.3)
65
65
  httpclient (2.8.3)
66
- i18n (1.8.11)
66
+ i18n (1.14.4)
67
67
  concurrent-ruby (~> 1.0)
68
68
  json (2.6.1)
69
- minitest (5.15.0)
69
+ minitest (5.22.2)
70
70
  molinillo (0.8.0)
71
71
  nanaimo (0.3.0)
72
72
  nap (1.1.0)
@@ -76,7 +76,7 @@ GEM
76
76
  ruby-macho (2.5.1)
77
77
  typhoeus (1.4.0)
78
78
  ethon (>= 0.9.0)
79
- tzinfo (2.0.4)
79
+ tzinfo (2.0.6)
80
80
  concurrent-ruby (~> 1.0)
81
81
  xcodeproj (1.21.0)
82
82
  CFPropertyList (>= 2.3.3, < 4.0)
@@ -85,7 +85,7 @@ GEM
85
85
  colored2 (~> 3.1)
86
86
  nanaimo (~> 0.3.0)
87
87
  rexml (~> 3.2.4)
88
- zeitwerk (2.5.3)
88
+ zeitwerk (2.6.13)
89
89
 
90
90
  PLATFORMS
91
91
  ruby
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jadamsbit/react-native-mapbox-navigation",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Smart Mapbox turn-by-turn routing based on real-time traffic for React Native.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -46,6 +46,6 @@ Pod::Spec.new do |s|
46
46
  s.requires_arc = true
47
47
 
48
48
  s.dependency "React-Core"
49
- s.dependency "MapboxNavigation", "~> 2.17.0"
49
+ s.dependency "MapboxNavigation", "~> 2.1.1"
50
50
  end
51
51