capacitor-gleap-plugin 13.8.0 → 13.8.5

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.
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
13
13
  s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
14
14
  s.ios.deployment_target = '13.0'
15
15
  s.dependency 'Capacitor'
16
- s.dependency 'Gleap', '13.8.0'
16
+ s.dependency 'Gleap', '13.8.5'
17
17
  s.swift_version = '5.1'
18
18
  end
@@ -55,5 +55,5 @@ dependencies {
55
55
  testImplementation "junit:junit:$junitVersion"
56
56
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
57
57
  androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
58
- implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '13.8.2'
58
+ implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '13.8.3'
59
59
  }
@@ -739,7 +739,7 @@ public class GleapPlugin: CAPPlugin, GleapDelegate {
739
739
  }
740
740
 
741
741
  public func customActionCalled(_ customAction: String) {
742
- notifyEventUpdate(name: "custom-action-called", data: nil)
742
+ notifyEventUpdate(name: "custom-action-called", data: customAction)
743
743
  }
744
744
 
745
745
  public func widgetClosed() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-gleap-plugin",
3
- "version": "13.8.0",
3
+ "version": "13.8.5",
4
4
  "description": "Gleap SDK for Capacitor is the easiest way to integrate Gleap into your Ionic apps! Achieve better app quality with comprehensive in-app bug reporting & customer feedback for your web-apps and websites. Many thanks to Stephan Nagel (congrapp) for his work on the Gleap capacitor plugin.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -76,6 +76,6 @@
76
76
  }
77
77
  },
78
78
  "dependencies": {
79
- "gleap": "13.8.0"
79
+ "gleap": "13.8.6"
80
80
  }
81
81
  }