@capgo/capacitor-updater 3.3.13 → 3.3.14

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.
@@ -59,7 +59,7 @@ public class CapacitorUpdater {
59
59
 
60
60
  public String appId = "";
61
61
  public String deviceID = "";
62
- public final String pluginVersion = "3.3.13";
62
+ public final String pluginVersion = "3.3.14";
63
63
  public String statsUrl = "";
64
64
 
65
65
  public CapacitorUpdater (final Context context) throws PackageManager.NameNotFoundException {
@@ -181,7 +181,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin {
181
181
  let current = pathHot.count >= 10 ? pathHot.suffix(10) : "builtin"
182
182
  call.resolve([
183
183
  "current": current,
184
- "currentNative": currentVersionNative
184
+ "currentNative": currentVersionNative.description
185
185
  ])
186
186
  }
187
187
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "3.3.13",
3
+ "version": "3.3.14",
4
4
  "license": "LGPL-3.0-only",
5
5
  "description": "OTA update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",