@capgo/capacitor-updater 4.14.3 → 4.14.5
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.
|
@@ -63,7 +63,7 @@ public class CapacitorUpdater {
|
|
|
63
63
|
private static final String bundleDirectory = "versions";
|
|
64
64
|
|
|
65
65
|
public static final String TAG = "Capacitor-updater";
|
|
66
|
-
public static final String pluginVersion = "4.14.
|
|
66
|
+
public static final String pluginVersion = "4.14.5";
|
|
67
67
|
|
|
68
68
|
public SharedPreferences.Editor editor;
|
|
69
69
|
public SharedPreferences prefs;
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/capacitor-updater",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.5",
|
|
4
|
+
"packageManager": "pnpm@7.1.0",
|
|
4
5
|
"license": "LGPL-3.0-only",
|
|
5
|
-
"description": "
|
|
6
|
+
"description": "Live update for capacitor apps",
|
|
6
7
|
"main": "dist/plugin.cjs.js",
|
|
7
8
|
"module": "dist/esm/index.js",
|
|
8
9
|
"types": "dist/esm/index.d.ts",
|