@capgo/capacitor-updater 8.47.13 → 8.48.0

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.
@@ -132,7 +132,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
132
132
  static final int APPLICATION_EXIT_REASON_USER_REQUESTED = 10;
133
133
  static final int APPLICATION_EXIT_REASON_DEPENDENCY_DIED = 12;
134
134
 
135
- private final String pluginVersion = "8.47.9";
135
+ private final String pluginVersion = "8.48.0";
136
136
  private static final String DELAY_CONDITION_PREFERENCES = "";
137
137
 
138
138
  private SharedPreferences.Editor editor;
@@ -79,7 +79,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin {
79
79
  CAPPluginMethod(name: "completeFlexibleUpdate", returnType: CAPPluginReturnPromise)
80
80
  ]
81
81
  public var implementation = CapgoUpdater()
82
- private let pluginVersion: String = "8.47.9"
82
+ private let pluginVersion: String = "8.48.0"
83
83
  static let updateUrlDefault = "https://plugin.capgo.app/updates"
84
84
  static let statsUrlDefault = "https://plugin.capgo.app/stats"
85
85
  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.47.13",
3
+ "version": "8.48.0",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Live update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",