@capgo/capacitor-updater 4.11.4 → 4.11.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.
@@ -8,7 +8,7 @@ public enum BundleStatus {
8
8
  ERROR("error"),
9
9
  PENDING("pending"),
10
10
  DELETED("deleted"),
11
- DOWNLOADING("donwloading");
11
+ DOWNLOADING("downloading");
12
12
 
13
13
  public final String label;
14
14
 
@@ -52,7 +52,7 @@ public class CapacitorUpdater {
52
52
  private static final String bundleDirectory = "versions";
53
53
 
54
54
  public static final String TAG = "Capacitor-updater";
55
- public static final String pluginVersion = "4.11.4";
55
+ public static final String pluginVersion = "4.11.5";
56
56
 
57
57
  public SharedPreferences.Editor editor;
58
58
  public SharedPreferences prefs;
@@ -30,7 +30,7 @@ enum BundleStatus: LocalizedString, Decodable, Encodable {
30
30
  case ERROR = "error"
31
31
  case PENDING = "pending"
32
32
  case DELETED = "deleted"
33
- case DOWNLOADING = "donwloading"
33
+ case DOWNLOADING = "downloading"
34
34
 
35
35
  var localizedString: String {
36
36
  return self.rawValue.v
@@ -208,7 +208,7 @@ extension CustomError: LocalizedError {
208
208
  public let TAG = "✨ Capacitor-updater:"
209
209
  public let CAP_SERVER_PATH = "serverBasePath"
210
210
  public var customId = ""
211
- public let pluginVersion = "4.11.4"
211
+ public let pluginVersion = "4.11.5"
212
212
  public var statsUrl = ""
213
213
  public var channelUrl = ""
214
214
  public var appId = ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "4.11.4",
3
+ "version": "4.11.5",
4
4
  "license": "LGPL-3.0-only",
5
5
  "description": "OTA update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",