infobip-mobile-messaging-react-native-plugin 7.0.2 → 8.0.0

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/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.4
1
+ 2.7.5
package/Gemfile.lock CHANGED
@@ -3,7 +3,7 @@ GEM
3
3
  specs:
4
4
  CFPropertyList (3.0.5)
5
5
  rexml
6
- activesupport (6.1.7)
6
+ activesupport (6.1.7.2)
7
7
  concurrent-ruby (~> 1.0, >= 1.0.2)
8
8
  i18n (>= 1.6, < 2)
9
9
  minitest (>= 5.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.10)
57
+ concurrent-ruby (1.2.0)
58
58
  escape (0.0.4)
59
59
  ethon (0.16.0)
60
60
  ffi (>= 1.15.0)
@@ -65,8 +65,8 @@ GEM
65
65
  httpclient (2.8.3)
66
66
  i18n (1.12.0)
67
67
  concurrent-ruby (~> 1.0)
68
- json (2.6.2)
69
- minitest (5.16.3)
68
+ json (2.6.3)
69
+ minitest (5.17.0)
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.5)
79
+ tzinfo (2.0.6)
80
80
  concurrent-ruby (~> 1.0)
81
81
  xcodeproj (1.22.0)
82
82
  CFPropertyList (>= 2.3.3, < 4.0)
@@ -94,7 +94,7 @@ DEPENDENCIES
94
94
  cocoapods (~> 1.11, >= 1.11.3)
95
95
 
96
96
  RUBY VERSION
97
- ruby 2.7.4p191
97
+ ruby 2.7.5p203
98
98
 
99
99
  BUNDLED WITH
100
100
  2.2.27
package/README.md CHANGED
@@ -11,13 +11,13 @@ The document describes library integration steps for your React Native project.
11
11
 
12
12
  ## Requirements
13
13
  - node (v16.10.0 or higher)
14
- - ruby (2.7.4)
15
- - React Native (v0.68.0)
14
+ - ruby (2.7.5)
15
+ - React Native (v0.70.7)
16
16
 
17
17
  For iOS project:
18
18
  - Xcode and Command Line Tools (13.2.1)
19
19
  - CocoaPods (v1.11.3)
20
- - Minimum deployment target 12.0
20
+ - Minimum deployment target 12.4
21
21
 
22
22
  For Android project:
23
23
  - Android Studio (Bumblebee | 2021.1.1)
@@ -85,7 +85,7 @@ repositories {
85
85
  }
86
86
 
87
87
  dependencies {
88
- def mmVersion = '7.3.1'
88
+ def mmVersion = '7.5.1'
89
89
 
90
90
  implementation 'com.facebook.react:react-native:+'
91
91
  implementation "androidx.annotation:annotation:1.1.0"
@@ -12,15 +12,15 @@ Pod::Spec.new do |s|
12
12
  s.homepage = "https://github.com/infobip/mobile-messaging-react-native-plugin"
13
13
  s.license = "MIT"
14
14
  s.authors = { "Infobip" => "Push.Support@infobip.com" }
15
- s.platforms = { :ios => "12.0" }
15
+ s.platforms = { :ios => "12.4" }
16
16
  s.source = { :git => 'https://github.com/infobip/mobile-messaging-react-native-plugin.git', :tag => s.version}
17
17
  s.swift_version = '5'
18
18
  s.source_files = "ios/**/*.{h,m,swift}"
19
19
  s.requires_arc = true
20
20
 
21
21
  s.dependency "React-Core"
22
- s.dependency "MobileMessaging/Core", "10.7.0"
23
- s.dependency "MobileMessaging/Geofencing", "10.7.0"
24
- s.dependency "MobileMessaging/InAppChat", "10.7.0"
22
+ s.dependency "MobileMessaging/Core", "10.8.3"
23
+ s.dependency "MobileMessaging/Geofencing", "10.8.3"
24
+ s.dependency "MobileMessaging/InAppChat", "10.8.3"
25
25
 
26
26
  end
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "infobip-mobile-messaging-react-native-plugin",
3
3
  "title": "Infobip Mobile Messaging React Native Plugin",
4
- "version": "7.0.2",
4
+ "version": "8.0.0",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "./src/index.js",
7
7
  "scripts": {
@@ -32,12 +32,12 @@
32
32
  "url": "https://github.com/infobip/mobile-messaging-react-native-plugin/issues"
33
33
  },
34
34
  "peerDependencies": {
35
- "react": "^17.0.2",
35
+ "react": "^18.1.0",
36
36
  "react-native": ">=0.68.0 <1.0.x"
37
37
  },
38
38
  "devDependencies": {
39
- "metro-react-native-babel-preset": "^0.67.0",
40
- "react": "^17.0.2",
41
- "react-native": "^0.68.0"
39
+ "metro-react-native-babel-preset": "^0.72.3",
40
+ "react": "^18.1.0",
41
+ "react-native": "^0.70.7"
42
42
  }
43
43
  }