@capgo/capacitor-updater 5.2.27 → 5.2.28

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/README.md CHANGED
@@ -530,7 +530,7 @@ Listen for download fail event in the App, let you know when download has fail f
530
530
  addListener(eventName: "appReloaded", listenerFunc: AppReloadedListener) => Promise<PluginListenerHandle> & PluginListenerHandle
531
531
  ```
532
532
 
533
- Listen for download fail event in the App, let you know when download has fail finished
533
+ Listen for reload event in the App, let you know when reload has happend
534
534
 
535
535
  | Param | Type |
536
536
  | ------------------ | ------------------------------------------------------------------- |
@@ -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.2.27";
61
+ private final String PLUGIN_VERSION = "5.2.28";
62
62
  private static final String DELAY_CONDITION_PREFERENCES = "";
63
63
 
64
64
  private SharedPreferences.Editor editor;
package/dist/docs.json CHANGED
@@ -656,7 +656,7 @@
656
656
  "text": "4.3.0"
657
657
  }
658
658
  ],
659
- "docs": "Listen for download fail event in the App, let you know when download has fail finished",
659
+ "docs": "Listen for reload event in the App, let you know when reload has happend",
660
660
  "complexTypes": [
661
661
  "PluginListenerHandle",
662
662
  "AppReloadedListener"
@@ -433,7 +433,7 @@ export interface CapacitorUpdaterPlugin {
433
433
  */
434
434
  addListener(eventName: "downloadFailed", listenerFunc: DownloadFailedListener): Promise<PluginListenerHandle> & PluginListenerHandle;
435
435
  /**
436
- * Listen for download fail event in the App, let you know when download has fail finished
436
+ * Listen for reload event in the App, let you know when reload has happend
437
437
  *
438
438
  * @since 4.3.0
439
439
  */
@@ -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.2.27"
18
+ private let PLUGIN_VERSION: String = "5.2.28"
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "5.2.27",
3
+ "version": "5.2.28",
4
4
  "packageManager": "pnpm@8.6.12",
5
5
  "license": "MPL-2.0",
6
6
  "description": "Live update for capacitor apps",