infobip-mobile-messaging-react-native-plugin 6.4.2 → 6.4.3

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/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
  # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
3
3
  ruby '2.7.4'
4
- gem 'cocoapods', '~> 1.11', '>= 1.11.2'
4
+ gem 'cocoapods', '~> 1.11', '>= 1.11.3'
package/Gemfile.lock CHANGED
@@ -3,14 +3,14 @@ GEM
3
3
  specs:
4
4
  CFPropertyList (3.0.5)
5
5
  rexml
6
- activesupport (6.1.5)
6
+ activesupport (6.1.7)
7
7
  concurrent-ruby (~> 1.0, >= 1.0.2)
8
8
  i18n (>= 1.6, < 2)
9
9
  minitest (>= 5.1)
10
10
  tzinfo (~> 2.0)
11
11
  zeitwerk (~> 2.3)
12
- addressable (2.8.0)
13
- public_suffix (>= 2.0.2, < 5.0)
12
+ addressable (2.8.1)
13
+ public_suffix (>= 2.0.2, < 6.0)
14
14
  algoliasearch (1.27.5)
15
15
  httpclient (~> 2.8, >= 2.8.3)
16
16
  json (>= 1.5.1)
@@ -20,8 +20,8 @@ GEM
20
20
  addressable (~> 2.8)
21
21
  claide (>= 1.0.2, < 2.0)
22
22
  cocoapods-core (= 1.11.3)
23
- cocoapods-deintegrate (>= 1.0.5, < 2.0)
24
- cocoapods-downloader (>= 1.6.2, < 2.0)
23
+ cocoapods-deintegrate (>= 1.0.3, < 2.0)
24
+ cocoapods-downloader (>= 1.4.0, < 2.0)
25
25
  cocoapods-plugins (>= 1.0.0, < 2.0)
26
26
  cocoapods-search (>= 1.0.0, < 2.0)
27
27
  cocoapods-trunk (>= 1.4.0, < 2.0)
@@ -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,43 +54,47 @@ 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.1.10)
58
58
  escape (0.0.4)
59
- ethon (0.15.0)
59
+ ethon (0.16.0)
60
60
  ffi (>= 1.15.0)
61
61
  ffi (1.15.5)
62
62
  fourflusher (2.3.1)
63
63
  fuzzy_match (2.0.4)
64
64
  gh_inspector (1.1.3)
65
65
  httpclient (2.8.3)
66
- i18n (1.10.0)
66
+ i18n (1.12.0)
67
67
  concurrent-ruby (~> 1.0)
68
- json (2.6.1)
69
- minitest (5.15.0)
68
+ json (2.6.2)
69
+ minitest (5.16.3)
70
70
  molinillo (0.8.0)
71
71
  nanaimo (0.3.0)
72
72
  nap (1.1.0)
73
73
  netrc (0.11.0)
74
- public_suffix (4.0.6)
74
+ public_suffix (4.0.7)
75
75
  rexml (3.2.5)
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.5)
80
80
  concurrent-ruby (~> 1.0)
81
- xcodeproj (1.21.0)
81
+ xcodeproj (1.22.0)
82
82
  CFPropertyList (>= 2.3.3, < 4.0)
83
83
  atomos (~> 0.1.3)
84
84
  claide (>= 1.0.2, < 2.0)
85
85
  colored2 (~> 3.1)
86
86
  nanaimo (~> 0.3.0)
87
87
  rexml (~> 3.2.4)
88
- zeitwerk (2.5.4)
88
+ zeitwerk (2.6.6)
89
+
89
90
  PLATFORMS
90
91
  ruby
92
+
91
93
  DEPENDENCIES
92
- cocoapods (~> 1.11, >= 1.11.2)
94
+ cocoapods (~> 1.11, >= 1.11.3)
95
+
93
96
  RUBY VERSION
94
97
  ruby 2.7.4p191
98
+
95
99
  BUNDLED WITH
96
100
  2.2.27
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": "6.4.2",
4
+ "version": "6.4.3",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "index.js",
7
7
  "scripts": {