react-native-moengage-cards 3.1.0 → 4.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.
@@ -18,9 +18,7 @@ Pod::Spec.new do |s|
18
18
  s.source = {:file => './' }
19
19
  s.source_files = "ios/**/*.{h,m,mm,swift}"
20
20
  s.dependency 'React'
21
-
22
- s.dependency 'MoEngagePluginCards','>= 1.7.0','< 1.8.0'
23
-
21
+ s.dependency 'MoEngagePluginCards','2.0.0'
24
22
 
25
23
  if defined?(install_modules_dependencies()) != nil
26
24
  install_modules_dependencies(s);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage-cards",
3
- "version": "3.1.0",
3
+ "version": "4.0.0",
4
4
  "description": "Cards Module for the MoEngage Platform",
5
5
  "main": "src/index.ts",
6
6
  "keywords": [
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "license": "SEE LICENSE IN LICENSE.txt",
32
32
  "peerDependencies": {
33
- "react-native-moengage": "^10.0.1"
33
+ "react-native-moengage": "^11.0.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/jest": "^29.5.0",