cordova-plugin-insider 1.2.0 → 1.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-plugin-insider",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "A plugin that you can use Insider SDK with Cordova and Ionic",
5
5
  "cordova_name": "Insider Cordova Plugin",
6
6
  "cordova": {
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="cordova-plugin-insider" version="1.2.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <plugin id="cordova-plugin-insider" version="1.3.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
3
3
  <name>Insider</name>
4
4
  <description>Insider Cordova Plugin</description>
5
5
  <keywords>insider,cordova,cordova-ios,cordova-android</keywords>
@@ -71,8 +71,8 @@
71
71
  <source url="https://cdn.cocoapods.org/" />
72
72
  </config>
73
73
  <pods use-frameworks="true">
74
- <pod name="InsiderMobile" spec="12.5.0" />
75
- <pod name="InsiderHybrid" spec="1.1.2" />
74
+ <pod name="InsiderMobile" spec="12.5.2" />
75
+ <pod name="InsiderHybrid" spec="1.2.1" />
76
76
  </pods>
77
77
  </podspec>
78
78
 
@@ -19,7 +19,7 @@ android {
19
19
  }
20
20
 
21
21
  dependencies {
22
- implementation 'com.useinsider:insider:13.4.0'
22
+ implementation 'com.useinsider:insider:13.4.2'
23
23
  implementation 'com.useinsider:insiderhybrid:1.1.4'
24
24
 
25
25
  implementation 'com.fasterxml.jackson.core:jackson-core:2.12.4'
@@ -34,5 +34,5 @@ dependencies {
34
34
 
35
35
  implementation 'com.huawei.hms:push:6.5.0.300'
36
36
  implementation 'com.huawei.hms:ads-identifier:3.4.39.302'
37
- implementation 'com.huawei.hms:location:6.3.0.300'
37
+ implementation 'com.huawei.hms:location:6.4.0.300'
38
38
  }
package/www/Constants.js CHANGED
@@ -82,5 +82,5 @@ module.exports = {
82
82
  ANDROID: 'android',
83
83
  IOS: 'ios',
84
84
  // SDK Version
85
- SDK_VERSION: 'CDV-1.2.0',
85
+ SDK_VERSION: 'CDV-1.3.0',
86
86
  };