@capgo/capacitor-updater 5.3.3 → 5.3.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.
@@ -358,7 +358,7 @@ public class CapacitorUpdater {
358
358
  ) {
359
359
  Log.e(
360
360
  CapacitorUpdater.TAG,
361
- "Error checksum " + next.getChecksum() + " " + checksum
361
+ "Error checksum " + checksumRes + " " + checksum
362
362
  );
363
363
  this.sendStats("checksum_fail", getCurrentBundle().getVersionName());
364
364
  final Boolean res = this.delete(id);
@@ -58,7 +58,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
58
58
  private static final String channelUrlDefault =
59
59
  "https://api.capgo.app/channel_self";
60
60
 
61
- private final String PLUGIN_VERSION = "5.3.3";
61
+ private final String PLUGIN_VERSION = "5.3.5";
62
62
  private static final String DELAY_CONDITION_PREFERENCES = "";
63
63
 
64
64
  private SharedPreferences.Editor editor;
@@ -15,7 +15,7 @@ import Version
15
15
  @objc(CapacitorUpdaterPlugin)
16
16
  public class CapacitorUpdaterPlugin: CAPPlugin {
17
17
  public var implementation = CapacitorUpdater()
18
- private let PLUGIN_VERSION: String = "5.3.3"
18
+ private let PLUGIN_VERSION: String = "5.3.5"
19
19
  static let updateUrlDefault = "https://api.capgo.app/updates"
20
20
  static let statsUrlDefault = "https://api.capgo.app/stats"
21
21
  static let channelUrlDefault = "https://api.capgo.app/channel_self"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "5.3.3",
4
- "packageManager": "pnpm@8.7.4",
3
+ "version": "5.3.5",
4
+ "packageManager": "pnpm@8.8.0",
5
5
  "license": "MPL-2.0",
6
6
  "description": "Live update for capacitor apps",
7
7
  "main": "dist/plugin.cjs.js",