@capgo/capacitor-updater 5.2.20 → 5.2.21
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
|
@@ -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.
|
|
61
|
+
private final String PLUGIN_VERSION = "5.2.21";
|
|
62
62
|
private static final String DELAY_CONDITION_PREFERENCES = "";
|
|
63
63
|
|
|
64
64
|
private SharedPreferences.Editor editor;
|
package/dist/docs.json
CHANGED
|
@@ -287,7 +287,7 @@ export interface CapacitorUpdaterPlugin {
|
|
|
287
287
|
id: string;
|
|
288
288
|
}): Promise<void>;
|
|
289
289
|
/**
|
|
290
|
-
* Get all available bundles
|
|
290
|
+
* Get all available bundles locally in your app
|
|
291
291
|
*
|
|
292
292
|
* @returns {Promise<{bundles: BundleInfo[]}>} an Promise witht the bundles list
|
|
293
293
|
* @throws An error if the something went wrong
|
|
@@ -15,7 +15,7 @@ import Version
|
|
|
15
15
|
@objc(CapacitorUpdaterPlugin)
|
|
16
16
|
public class CapacitorUpdaterPlugin: CAPPlugin {
|
|
17
17
|
private var implementation = CapacitorUpdater()
|
|
18
|
-
private let PLUGIN_VERSION: String = "5.2.
|
|
18
|
+
private let PLUGIN_VERSION: String = "5.2.21"
|
|
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"
|