@juit/capacitor-updater 0.1.31 → 0.1.32
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 +0 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -72,6 +72,3 @@ created during an update with [`updateCapacitor(...)`](#updatecapacitor).
|
|
|
72
72
|
|
|
73
73
|
This function is also asynchronous and will return a promise to a `boolean`
|
|
74
74
|
indicating `true` when the path has been persisted.
|
|
75
|
-
|
|
76
|
-
This function will also prune the updates directory from all previous, unused
|
|
77
|
-
updates, preserving only the _current_ update.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juit/capacitor-updater",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.32",
|
|
4
4
|
"description": "Capacitor utility to update an app from a ZIP file",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"jszip": "^3.10.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@capacitor/core": "^
|
|
29
|
-
"@capacitor/filesystem": "^
|
|
28
|
+
"@capacitor/core": "^8.0.0",
|
|
29
|
+
"@capacitor/filesystem": "^8.0.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@plugjs/build": "^0.6.
|
|
32
|
+
"@plugjs/build": "^0.6.73"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
35
35
|
"*.md",
|