@capgo/capacitor-updater 7.13.15 → 7.13.16

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.
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
16
16
  s.dependency 'SSZipArchive', '2.4.3'
17
17
  s.dependency 'Alamofire', '5.10.2'
18
18
  s.dependency 'Version', '0.8.0'
19
- s.dependency 'BigInt', '5.6.0'
19
+ s.dependency 'BigInt', '5.2.0'
20
20
  s.swift_version = '5.1'
21
21
  end
package/Package.swift CHANGED
@@ -14,7 +14,7 @@ let package = Package(
14
14
  .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.10.2")),
15
15
  .package(url: "https://github.com/ZipArchive/ZipArchive.git", exact: "2.4.3"),
16
16
  .package(url: "https://github.com/mrackwitz/Version.git", exact: "0.8.0"),
17
- .package(url: "https://github.com/attaswift/BigInt.git", from: "5.6.0")
17
+ .package(url: "https://github.com/attaswift/BigInt.git", from: "5.7.0")
18
18
  ],
19
19
  targets: [
20
20
  .target(
@@ -58,7 +58,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
58
58
  private static final String statsUrlDefault = "https://plugin.capgo.app/stats";
59
59
  private static final String channelUrlDefault = "https://plugin.capgo.app/channel_self";
60
60
 
61
- private final String PLUGIN_VERSION = "7.13.15";
61
+ private final String PLUGIN_VERSION = "7.13.16";
62
62
  private static final String DELAY_CONDITION_PREFERENCES = "";
63
63
 
64
64
  private SharedPreferences.Editor editor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "7.13.15",
3
+ "version": "7.13.16",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Live update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",