@capgo/capacitor-updater 8.46.0 → 8.46.1

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.
@@ -96,7 +96,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
96
96
  private static final int SPLASH_SCREEN_MAX_RETRIES = 20;
97
97
  private static final long PENDING_BUNDLE_APP_READY_MIN_TIMEOUT_MS = 30000L;
98
98
 
99
- private final String pluginVersion = "8.46.0";
99
+ private final String pluginVersion = "8.46.1";
100
100
  private static final String DELAY_CONDITION_PREFERENCES = "";
101
101
 
102
102
  private SharedPreferences.Editor editor;
@@ -76,7 +76,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin {
76
76
  CAPPluginMethod(name: "completeFlexibleUpdate", returnType: CAPPluginReturnPromise)
77
77
  ]
78
78
  public var implementation = CapgoUpdater()
79
- private let pluginVersion: String = "8.46.0"
79
+ private let pluginVersion: String = "8.46.1"
80
80
  static let updateUrlDefault = "https://plugin.capgo.app/updates"
81
81
  static let statsUrlDefault = "https://plugin.capgo.app/stats"
82
82
  static let channelUrlDefault = "https://plugin.capgo.app/channel_self"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "8.46.0",
3
+ "version": "8.46.1",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Live update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",